DotNetNuke + XPath = Custom navigation menu DNNMenu HTML render
- by Rui Santos
I'm developing a skin for DotNetNuke 5 using the Component DNN Done Right menu by Mark Alan which uses XSL-T to convert the XML sitemap into an HTML navigation.
The XML sitemap outputs the following structure:
<Root >
<root >
<node id="40" text="Home" url="http://localhost/dnn/Home.aspx" enabled="1" selected="0"…