I have an infopath form which is used to generate an order xml file.
However, this will be used in 2 different departments each having similiar
but not identical schemas. It is not possible for the 2 departments to use
the same schema since they have other applications working on their
respective schema.
Would it be possible to use one of the schemas in order to generate the xml
file and then use an xslt transformation in order to output a valid xml
document according to the 2nd schema? If yes, how ?
Jean K. - 30 Nov 2006 15:55 GMT
Hi Robert -
I'm sure you could do this with XSLT. You'll need an XSLT writer who
knows their InfoPath behind the scenes markup, though.
I work with an InfoPath application that produces forms that are then
transformed into schemas for use in Word documents.
Hope this helps,
Jean K.
> I have an infopath form which is used to generate an order xml file.
> However, this will be used in 2 different departments each having similiar
[quoted text clipped - 5 lines]
> file and then use an xslt transformation in order to output a valid xml
> document according to the 2nd schema? If yes, how ?