Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: How to transform recusrive XML data with XSL? How to transform recusrive XML data with XSL?To: NULL Date: 3/11/2005 9:39:00 PM Hi There!
I've the following "recursive" XML file...
###### XML FILE ######
<?xml version="1.0" encoding="utf-8" ?>
<Nodes>
<Node>
<text>Parent 1</text>
<Nodes>
<Node>
<text>Child 1</text>
<Nodes>
<Node>
<text>Grandchild 1</text>
</Node>
</Nodes>
</Node>
<Node>
<text>Child 2</text>
</Node>
</Nodes>
</Node>
<Node>
<text>Parent 1</text>
<Nodes>
<Node>
<text>Child 1</text>
<Nodes>
<Node>
<text>Grandchild 1</text>
</Node>
</Nodes>
</Node>
<Node>
<text>Child 2</text>
</Node>
</Nodes>
</Node>
</Nodes>
###### END XML FILE ######
How do I transform this XML data into XHTML bulleted list using XSL?
Thank you all in advance!!!
Dave
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
