Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: XSLT question XSLT questionTo: NULL Date: 4/30/2008 4:17:00 PM XSL noob here - I have XML similar to the following: <response> <a> <b> <c id="1">data</c> <c id="2">data</c> <c id="3">data</c> <c id="4">data</c> </b> </a> </response> I want to transform the XML so that the result is the same except one of the c nodes is always returned first in the response based on a specfic id element (see below). <response> <a> <b> <c id="3">data</c> <c id="1">data</c> <c id="2">data</c> <c id="4">data</c> </b> </a> </response> Seems like it should be simple to do, but I can't figure it out the right syntax. Can anyone help? | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
