I enhanced the xdoc and added 2 little functionalities to the navigation : - allow to specify a target for the link for all items (links & menu)- Very useful to open a new page for pdf files, javadocs, etc. <menu ...> ... <item name="JavaDocs" href="/apidocs/index.html" target="_blank"/> ... </menu>
- allow using an image in the page links <links> ... <item name="PDF Doc" href="/my_module.pdf" img="images/pdf.gif" target="_blank"/> ... </link> It's completely backward compatible with standard navigation.xml By default the target is "_self". You can find a demo here : http://www.apache.org/~aheritier/maven/ What do you think about these changes ?? #Arnaud --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]