OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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/



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]