Hi Jürgen, Jürgen Ragaller schrieb: > We used to have a xsl parameter "url" in our menu.xsl (triggering some > behaviour of our menu). That parameter is "gone" since the changes in > the sitetree (uuid). How can I pass either the url Parameter or the > parameter document-path to menu.xsl (we override menu.xsl from the > sitetree module) - if this is possible...?
each <nav:node> element passed to menu.xsl has a path attribute. To find out the current path, you can use the XPath //nav:[EMAIL PROTECTED] = 'true']/@path HTH, -- Andreas -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
