Don't assign an url to the page, then it will be ok. The page will be rendered 
inside a <span> tag but nevertheless it's the easiest method to accomplish 
almost the same markup.

Regards, Jurian
-- 
Jurian Sluiman
CTO Soflomo V.O.F.
http://soflomo.com

On Thursday 01 Jul 2010 06:37:21 Mike A wrote:
> 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