I set my starting node which is one level below Content. I get all nodes below the starting node, but my starting node is not being included. How do I fix this?
You need to move that new section of code to line 52, right before <xsl:call-template name="drawNodes">, otherwise that new code is run multiple times and results in lots of duplicate entries.
Not getting root node
I set my starting node which is one level below Content. I get all nodes below the starting node, but my starting node is not being included. How do I fix this?
The XSLT is set to only take nodes under the selected one.
I will upload a new version tomorrow with the option of including the root node.
New version uploaded.
Just check the option "Include Source Node" when adding the macro.
You need to move that new section of code to line 52, right before <xsl:call-template name="drawNodes">, otherwise that new code is run multiple times and results in lots of duplicate entries.
Sorry. My bad.
Version 1.3.1 will be up by tomorrow morning with the fix.
is working on a reply...