Hi,

I'm busy building templates to display the xml of a document through Xopus. Everything works fine now (thanks Jasha). I can edit and save the documents.

The thing is that the menu's in the frontend, build with the Hippo Site Toolkit (HST), are generated dynamically with the help of dasl-queries. It fetches the dirs and documents in a specific dir and links to them. But I also want to have dynamic menu's in the backend.

My idea was to generate an xml-file using the HST. I did this and in the xsl file I added:
<ul>
<xsl:for-each select="document('http://adres/topmenu.jsp')/menu/menuitem">
       <li>
           <a href="#this">
               <xsl:value-of select="caption"/>
           </a>
       </li>
   </xsl:for-each>
</ul>

This works fine in IE, but not in FF because of a limitation of Xopus in FF.

My question was if there's any other way to generate the dynamic menu's in the backend, maybe without the use of the HST?

Thanks a lot,


Arjen Zwerver
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html

Reply via email to