Thanks, Ben. I didn't realize that about /absolute//.

When I said "absolute path" what I really should have said was "all
subproject hrefs relative to the parent project". I was trying to get
the generated hrefs in the subprojects to begin with "/multiproject"
instead of "multiproject", but the leading slash keeps going away.

It turns out, though, that my main problem is my
multiproject/navigation.xml file is not being used. I did not realize
this at first, since its contents are very similar to
xdocs/navigation.xml.

I'm currently tracing through plugin code to see how this works, but
my assumption is that multiproject/navigation.xml will be used by each
subproject. Is that correct? If so, is there a property I need to set
to make this happen?

Thanks.

  Jeff

On Wed, 10 Dec 2003, at 06:56:34 [GMT +1000] Ben Walding wrote:

> You probably want something like 
> /absolute/multiproject/${reactorProject.name}

> Jefferson K. French wrote:

>>I've read through several postings about multiproject site navigation
>>in the archives, and downloaded the WebShop example, but I'm still
>>unable to get absolute paths to work in my subprojects.
>>
>>My multiproject/navigation.xml contains:
>>
>>  <menu name="Projects">
>>    #foreach ($reactorProject in $reactorProjects)
>>      <item name="$reactorProject.name"  href="/multiproject/${reactorProject.name}
>>    #end
>>  </menu>
>>
>>But the leading slash is always missing from the resulting index.html
>>file:
>>
>>  <a href="multiproject/mdb-util/index.html">...</a>
>>
>>In fact, the same thing happens with the hrefs in the parent's
>>xdocs/navigation.xml file.
>>
>>Any ideas what I could be doing wrong?
>>
>>I'm using RC2 built from CVS on 11/25/03. My xdoc plugin is
>>1.5-SNAPSHOT. Looks like its files have not been updated since my
>>11/25/03 install.
>>
>>    Jeff
>>
>>  
>>


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

-- 
mailto:[EMAIL PROTECTED]



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

Reply via email to