Keeping this short but I can expand the Q if necessary...

Using an XML file for the navigation container, how can I produce this...

<ul>
<li>Links heading 1
<ul>
<li><a href="myurl1">link 1><li>
<li><a href="myurl2">link 2><li>
</ul>
</li>
</ul>

Which would display a menu...
   Links heading 1
      link 1
      link 2

"Link heading 1" should not have an <a> link tag.

TIA...

Mike A.

Reply via email to