RE: [docbook-apps] Saxon ignoring output directory params

From
Mauritz Jeanson <>
Date
2009-02-22T20:06:27+00:00
ID
AC0F916A916B4C3191134918F045801C@D7MZ171J
Thread
RE: [docbook-apps] Saxon ignoring output directory params
|  -----Original Message-----
|  From: Mike 
|  
|  I can't, for the life of me, get saxon to output anywhere 
|  but the local 
|  directory. Reading the docs, I found three different params for 
|  specifying the output directory, none of which work.



You are probably looking for the base.dir parameter:
http://docbook.sourceforge.net/release/xsl/current/doc/html/base.dir.html

It seems as if you might be confusing regular chunked output and Website
output. They are similar, but different. 

See http://www.sagehill.net/docbookxsl/Chunking.html and
http://www.sagehill.net/docbookxsl/Website.html.

Mauritz