I have a problem generating my navigation. All links in the navigation bar are empty.

<?xml version="1.0" encoding="ISO-8859-1" ?>
<project name="MyProject">
<properties>
<author email="[EMAIL PROTECTED]">Marek Lange</author>
<title>MyProject</title>
</properties>
<body>
<links>
<item name="Eclipse" href="http://eclipse.org/"/>
<item name="Maven" href="http://www.maven.org/"/>
<item href="http://xdoclet.sourceforge.net"; name="XDoclet"/>
<item href="http://sourceforge.net/projects/jboss"; name="JBoss"/>
</links>
<menu name="Documentation">
<item name="Features" href="/features.html"/>
<item name="Handbook" href="http://localhost/docs/handbook.pdf"/>
<item name="Getting Started" href="/help.html"/>
</menu>
</body>
</project>


But the generated html is wrong:

...
<a href="">Features</a>
...
<a href="">Getting Started</a>
...

Where could be the problem? Thanks for your help.

-marek


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



Reply via email to