Assuming I'm still up to date, you need to make a directory named xdocs/
and create a file in it called navigation.xml.

I've attached the navigation.xml for http://xmlwriter.sf.net/ which
includes both left hand side nav-elements and top elements.

Hen

On Sat, 25 Jan 2003, Jeffrey Dever wrote:

> I need to control some of the entries in generated navigation bar.  I
> see that the basic outline of the navigation bar comes from the
> site.dvsl file in the maven-xdoc-plugin.  How do we add/remove entries
> in the nav bar short of modifying the .dvsl?
>
> -jsd
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="genjava-xmlwriter">

  <title>genjava-xmlwriter</title>

  <body>
    <links>
      <item name="Commons-Lang"                 href="http://jakarta.apache.org/commons/lang.html"/>
      <item name="Sourceforge"                 href="http://www.sourceforge.net/xmlwriter/"/>
    </links>
    <menu name="Overview">
      <item name="Builder.com article"              href="http://builder.com.com/article.jhtml?id=u00220020318yan01.htm&amp;page=1&amp;vf=tt"/>
      <item name="Benchmarks"              href="/Benchmarks.html"/>
      <item name="Java-Channel entry"              href="http://pharos.inria.fr/Java/display.jsp?id=c_10342"/>
      <item name="Download Release"              href="http://sourceforge.net/project/showfiles.php?group_id=62905"/>
      <item name="Nightly Build"              href="http://www.generationjava.com/nightly/builds/xmlwriter/"/>
    </menu>
  </body>
</project>
--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to