Help converting 4.0 left-navigation xslt to 4.5 schema
Hello,
Been banging my head on the wall and thought I'd see if anyone could provide a little hand-holding. I've gotten it to partially work, but only two levels deep. I'm sure I'm missing something simple, but I'm still learning XSLT, so the solution is evading me.
Help converting 4.0 left-navigation xslt to 4.5 schema
Hello,
Been banging my head on the wall and thought I'd see if anyone could provide a little hand-holding. I've gotten it to partially work, but only two levels deep. I'm sure I'm missing something simple, but I'm still learning XSLT, so the solution is evading me.
Here's the working 4.0 XSLT:
And here's what I have so far for 4.5:
Hi Matt
I think it's because you have this multiple places in your drawNodes template
currentPage/ancestor-or-self::node/@id
I guess it should be written as
currentPage/ancestor-or-self::*[@isDoc]/@id
Hope this helps
/Jan
Duplicate post, please delete
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.