← Prev in month ← Prev in thread

xsltproc docbook xinclude and catalogs under win32 :-)

From
Dave Pawson <>
Date
2003-04-22T18:11:22+00:00
ID
Thread
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
← Prev in month ← Prev in thread