java guru wrote:
> 
> Hi.,
>    I appreciate if anyone is generous enough to share
> xsl code for building collapsing menu structure for my
> sample project...

Alot of the collapsable menues are done in javascript on
the client side.  Your solution will have to be a combination
of XSLT and JavaScript.  XSLT to create the hooks and other
things, and JavaScript to do the logic.

The nice thing about Cocoon is that you can have a different
simplified script for IE and Netscape (chosen by the
BrowserSelector).  You can also generate your javascript
on the fly.

For the details of how to implement collapsing menus for
your site, check out any of the large number of javascript
areas (like http://developer.netscape.com/).

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to