XSLT templates and recursion
- by user333411
Hi All,
Im new to XSLT and am having some problems trying to format an XML document which has recursive nodes.
My XML Code:
Hopefully my XML shows:
All <item> are nested with <items>
An item can have either just attributes, or sub nodes
The level to which <item> nodes are nested can be infinently deep
<?xml…