Using: Maven 1.0 rc1

How can I display a bulleted list in my navigation menu?

* Due to the style sheet settings, using <li> elements doesn't look 
  presentable.  And, no I don't want to create my own style-sheet
* I cannot use &bull; 'cause it gets treated as an XML entity reference
* Using the character reference &#8226; (the HTML number for a bullet) 
  doesn't do the trick

A little more gory detail:
The navigation.xml is getting dynamically created based on the contents of certain 
project directories.  I am doing this using a template jelly file.  It is in this file 
that I am trying to define a bulleted list.

Sri


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to