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] xsltproc docbook xinclude and catalogs under win32 :-)


Just dumped all the files in lib and util, as recommended at
http://www.zlatkovic.com/projects/libxml/binaries.html
I put them all in one directory, /apps/libxml/all.

Batch file is:

set t=%path%
set SGML_CATALOG_FILES=file:/sgml/catalog.xml
set path=%t%;f:\apps\libxml\all
xsltproc   --nonet --catalogs --xinclude -o %3  %2 %1
set path=%t%

Doesn't screw the path up either!

batch <input> <stylesheet> <output>

Only thing that fooled me was the rel path to the catalog file.
I thought it was file:// or file:/f:/ or whatever.

Either way, Bobs
http://www.sagehill.net/xml/docbookxsl/ModularDoc.html
example works well.

Unsure about the --docbook option?
Anyone find it necessary?

Either way, thanks Daniel / Bob. Easy intro to xinclude!
A pleasure to use.

regards DaveP



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe at lists dot oasis-open dot org
For additional commands, e-mail: docbook-apps-help at lists dot oasis-open dot org


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