Hello - When generating site documentation, the xdoc plugin appears to leave out the relative href defined for my items in navigation.xml, with the resulting html having an href="".
Is there a particular reason why this may be happening? Below is my navigation.xml file: <project name="Suites" href="http://etransdev22/suites/"> <title>Suites Project Documentation</title> <body> <menu name="Overview"> <item name="Executive Summary" href="/index.html"/> </menu> <menu name="Development"> <item name="Eclipse" href="/eclipse.html"/> <item name="Apache Maven" href="/maven.html"/> <item name="Apache Struts" href="/struts.html"/> <item name="Logging" href="/logging.html"/> <item name="Data Access Strategy" href="/dao.html"/> </menu> <menu name="Case Studies"> </menu> </body> </project> Shawn D. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
