Hola!
I'm currently messing around with the standard xslt dd menu in dynamicweb. One of our customers have requested a top level navigation consisting of images, and the second level simple text.
The selector for simple text looks like this:
<xsl:value-of select="@MenuText" disable-output-escaping="yes"/>
How am I to get the value of the image selected for "Graphic navigation" on the pages?
And does anyone have some template examples i can take a look at?
Best regards,
Peter
EDIT: Is there a complete referencelist regarding fields available from the pages in the xslt document?