Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Merge Two XML docments with XSLT Merge Two XML docments with XSLTTo: NULL Date: 9/2/2004 8:13:00 PM Is this possible with an XSLT to merge these two XML documents and get the third document? If so any help, guidence, XSLT would be much appreciated! Maps Document: <maps> <element source="car" target="automobile"> <attribute source="blue" target="red"/> <attribute source="right" target="left"/> </element> <element source="house" target="close"> <attribute source="balcony" target="deck"/> </element> </maps> Data Document: <top> <foo x="1" y="2"/> <bar x="1" y="2"/> <cars> <car blue="1"/> </cars> <houses> <house balcony="true" frontdoor="open"/> </houses> </top> Desired Target Document After XSLT Transformation <top> <foo x="1" y="2"/> <bar x="1" y="2"/> <cars> <automobile red="1"/> </cars> <houses> <house deck="true"/> </houses> </top> | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
