This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] 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
yoshihiro_toda@mac.com
__________________________________
Do You Yahoo!?
Upgrade Your Life
http://bb.yahoo.co.jp/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]