> From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > >> > >>gianugo 2002/06/06 13:00:30 > >> > >> Modified: src/documentation/stylesheets book2menu.xsl > >> Log: > >> Fix as suggested by Tom Amiro of XSLTC team in order to correctly > > > > call > > > >> external Java functions > > > > > > Does it work with saxon? > > > Whoa... good question: no Saxon here :-( Can anyone check this out? And, > what if it does not work?
Then it's no good... :-/ It's only (working with Cocoon) faster replacement for Xalan right now. >From sitemap.xsl (and xsp.xsl): ------------------------------- xmlns:XSLTExtension="org.apache.cocoon.components.language.markup.xsp.XS LTExtension"> <!-- this variable holds the instance of extension class to properly escape text into Java strings ovidiu: use the class name as the namespace to identify the class. This is supposedly portable across XSLT implementations. --> <xsl:variable name="extension" select="XSLTExtension:new()" xmlns:XSLTExtension="org.apache.cocoon.components.language.markup.xsp.XS LTExtension"/> ------------------------------- Vadim > Ciao, > > -- > Gianugo Rabellino --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]