Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Change one xml schema to another using XSLT? Change one xml schema to another using XSLT?To: NULL Date: 3/2/2006 10:36:00 AM I have the following XML file - <root> <book> <section>art</section> <title>abc</title> <author>mark</author> </book> <book> <section>science</section> <title>def</title> <author>jeff</author> </book> <book> <section>art</section> <title>pqr</title> <author>tracy</author> </book> <book> <section>science</section> <title>xyz</title> <author>albert</author> </book> </root> I want to convert the above schema to look like the following schema - <root> <section> <name>art</name> <book> <title>abc</title> <author>mark</author> </book> <book> <title>pqr</title> <author>tracy</author> </book> </section> <section> <name>science</name> <book> <title>def</title> <author>jeff</author> </book> <book> <title>xyz</title> <author>albert</author> </book> </section> </root> Can this be done using XSLT? How can I change the schema? Thanks in advance. - Parth | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
