| Subject: [xsl] Calling a java method in XSL 1.0 with Saxon 6.5.5 fails From: Kai Hackemesser <kaha@xxxxxx> Date: Wed, 16 May 2007 08:27:15 +0200 | 
   public static Object splitIntoLines(Object nodes, Object lineLengths) {
       return new String(nodes.getClass().getCanonicalName() + "\n"
               + lineLengths.getClass().getCanonicalName());
   }
}   <xsl:template name="splitIntoRows">
       <xsl:param name="nodes"/>
       <xsl:param name="linelengths"/>
       <xsl:value-of select="splitter:splitIntoLines($nodes, $linelengths)"
           xmlns:splitter="java:xxx.xslextension.LineSplitter"/>
   </xsl:template>Kind regards, Kai
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] Extreme Markup Languages 2007, B Tommie Usdin | Thread | RE: [xsl] Calling a java method in , Michael Kay | 
| [xsl] Extreme Markup Languages 2007, B Tommie Usdin | Date | [xsl] Re: xsl:key and document() lo, Dale Tan | 
| Month |