Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: xsl topological sort xsl topological sortTo: NULL Date: 5/14/2007 11:54:00 AM
Is it possible to use xsl to perform a topological sort such that data such
as
<Route>
<Place>B</Place>
<Place>D</Place>
<Place>F</Place>
</Route>
<Route>
<Place>A</Place>
<Place>B</Place>
<Place>C</Place>
<Place>E</Place>
</Route>
<Route>
<Place>C</Place>
<Place>D</Place>
<Place>E</Place>
</Route>
<Route>
<Place>A</Place>
<Place>E</Place>
<Place>F</Place>
</Route>
can be transformed to
<Route>
<Place>A</Place>
<Place>B</Place>
<Place>C</Place>
<Place>D</Place>
<Place>E</Place>
<Place>F</Place>
</Route>
So far I've only really used xsl for fairly minor rearranging into html, but
I'd really like to get into more advanced uses.
I'm pretty sure this can be done, but I'm not sure how to go about it.
If there are any experts out there who can point me in the right direction,
I'd be most grateful.
Thanks
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
