Hi,
I have a subMenu rendered through XML/XSLT! I am using the TopNavigation xslt file that comes with Dynamicweb, and I would like to add to the UL or the LI class the sort order of it's parent page.
For example, consider the following site structure.
Page A
Page X1
Page Y1
Page Z1
Page B
Page X2
Page Y2
Page Z2
Page C
Page X3
Page Y3
Page Z3
When in page B for example, the rendered xml should be something like:
< ul class="Sort2" >
< li > Page X2 < /li >
< li > Page Y2 < /li >
< li > Page Z2 < /li >
< /ul >
Best Regards,
Nuno