On 5/1/07, Thierry Bothorel <[EMAIL PROTECTED]> wrote:
java ~/local/lib/xxe-std-3_5_2/bin/saxon.jar linenumbering.xml ~/local/lib/docbook-xsl-1.72.0/xhtml/docbook.xsl use.extensions=1 linenumbering.extension=1 >linenumbering.htmlI get : No numberLines function available. Processing terminated by xsl:message at line 283 saxon extension used in CLASSPATH is : ~/local/lib/docbook-xsl-1.72.0/extensions/saxon65.jar
Hi, Using the -jar flag causes the java command to ignore the current CLASSPATH. What happens if you start Saxon as java com.icl.saxon.StyleSheet ... ? HTH, Keith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
