Scott,


in order for it too work href should be absolute (begin with '/') (for both parent and child items if i remember correctly) :


<item name="Project Charter" href="/project-charter.html" collapse="true">
 <item name="Project Team" href="/team-list.html"/>
</item>

-- gd

Scott Tavares wrote:

Hi all, I'm trying to create collapsible items as stated in:

http://maven.apache.org/reference/plugins/xdoc/faq.html#navigation-collapse

this is navigation file (which is only being used for testing at the moment):

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Document : navigation.xml
Created on : November 23, 2003, 9:59 AM
Author : stavares
Description:
Purpose of the document follows.
-->
<project name="Infacts-Web"> <body> <menu name="Overview">


<item name="Project Charter" href="project-charter.html" collapse="true">
<item name="Project Team" href="/team-list.html"/>
</item>
<item name="Home" href="index.html"/>
<item name="Problems" href="problems.html"/>
<item name="Enhancements" href="enhancements.html"/>
<item name="Participating Groups" href="groups.html"/> <item name="News and Status" href="news-and-status.html"/> <item name="Reference Documentation"
href="reference-documentation.html"/>
</menu>
</body>
</project>


This prduces the + glif but when I click on it does not expand. Check it out your self:

http://www.thecityside.com/infacts-web-1.0-site/project-charter.html

Any help will be great appreciated.

-Scott-



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






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



Reply via email to