Recursive XSLT, part 2
- by Eric
Ok, following on from my question here.
Lets say my pages are now like this:
A.xml:
<page>
<header>Page A</header>
<content-a>Random content for page A</content-a>
<content-b>More of page A's content</content-b>
<content-c>More of page A's content</content-c>
<!-- This…