Next in thread →
Next in month →
Re: Saxon CLASSPATH question
> the differences below: > > CLASSPATH=saxon.jar:$CLASSPATH > export CLASSPATH > > versus > > CLASSPATH="/usr/java/saxon.jar:/docbook-xsl/extensions/saxon65.jar" > export CLASSPATH `saxon65.jar' contains some extensions written in Java, not in XSLT, which enables you to include external files, use callouts in verbatim environments, and so on. The details are in the DocBook XSL documentation[1] and some parts of the Complete Guide[2]. It's not neceessary to include the extension unless a document requires those features. And note that, at least currently, those features are available on Java-based processors only. You have to be careful if a document needs to be interchangeable. [1] http://docbook.sourceforge.net/release/xsl/current/doc/extensions.html [2] http://www.sagehill.net/docbookxsl/ -- Yoshihiro Toda __________________________________ Do You Yahoo!? Upgrade Your Life http://bb.yahoo.co.jp/
Next in thread →
Next in month →