Don't you have a broken link in an item ??
If I specify your navigation like this it works :

<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<project xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance";>
        <title>Navigation</title>
        <head />
        <body>
                <links>
                        <item name=3D"PDF Documentation" href=3D"/site.pdf" =
img=3D"/images/pdf.gif" />
                </links>

                <menu name=3D"User Documentation">
                        <item name=3D"Overview" href=3D"/index.html" collapse=3D"true">
                                <item name=3D"Getting Started" 
href=3D"/index.html"></item>
                                <item name=3D"UserGuide" href=3D"/index.html"></item>
                                <item name=3D"FAQ" href=3D"/index.html"></item>
                                <item name=3D"WSAD Installation" 
href=3D"/index.html"></item>
                        </item>
                </menu>
        </body>
</project>

But if I use this one, the menu is broken :
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<project xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance";>
        <title>Navigation</title>
        <head />
        <body>
                <links>
                        <item name=3D"PDF Documentation" href=3D"/site.pdf" =
img=3D"/images/pdf.gif" />
                </links>

                <menu name=3D"User Documentation">
                        <item name=3D"Overview" href=3D"/foo.html" collapse=3D"true">
                                <item name=3D"Getting Started" 
href=3D"/foo.html"></item>
                                <item name=3D"UserGuide" href=3D"/foo.html"></item>
                                <item name=3D"FAQ" href=3D"/foo.html"></item>
                                <item name=3D"WSAD Installation" 
href=3D"/foo.html"></item>
                        </item>
                </menu>
        </body>
</project>

Can you open a bug on the xdoc plugin please ??

Arnaud


> -----Message d'origine-----
> De=A0: Atluri Satish [mailto:[EMAIL PROTECTED]
> Envoy=E9=A0: samedi 18 septembre 2004 18:23
> =C0=A0: [EMAIL PROTECTED]
> Objet=A0: Collapse Menu doesn't work well
>=20
> Hi
>=20
> I tired to create a custom collapse menu in navigation.xml . However
> the collapse behavior doesn't work. Can somebody help me out in this
> regard. Please find the navigation.xml enclosed.
>=20
>=20
> <?xml version=3D"1.0" encoding=3D"UTF-8"?>
> <project xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance";>
>       <title>Navigation</title>
>       <head />
>       <body>
>               <links>
>                       <item name=3D"PDF Documentation" href=3D"/site.pdf" =
img=3D"/images/pdf.gif" />
>               </links>
>=20
>               <menu name=3D"User Documentation">
>                       <item name=3D"Overview" href=3D"/Overview.html" 
> collapse=3D"true">
>                               <item name=3D"Getting Started" =
href=3D"/GettingStarted.html"></item>
>                               <item name=3D"UserGuide" 
> href=3D"/UserGuide.html"></item>
>                               <item name=3D"FAQ" href=3D"/Faq.html"></item>
>                               <item name=3D"WSAD Installation" 
> href=3D"/WSAD.html"></item>
>                       </item>
>               </menu>
>       </body>
> </project>
>=20
>=20
> bye
> satish
>=20
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>=20
>=20
>=20
> #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D gPopper Menu =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D#
> Delete from Gmail inbox:   mailto:del|[EMAIL PROTECTED]
> Mark message as unread:    mailto:unr|[EMAIL PROTECTED]
> Mark message as read:      mailto:rea|[EMAIL PROTECTED]

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

Reply via email to