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: base.dir parameter help with saxon


I am try to specify the output directory of my chunk files in Saxon on a Windows XP machine. I am not sure of the base.dir parameter syntax.
 
Following this syntax:
java com.icl.saxon.StyleSheet [options] source-doc style-doc {param=value}...
 
I figured this would work:
java -cp c:\studies\tools\saxon\saxon.jar com.icl.saxon.StyleSheet 
-o c:\studies\test\html\ 
c:\studies\test\Untitled1.xml 
c:\studies\tools\xsl\xhtml\chunk.xsl 
use.id.as.filename=1 base.dir
 
Instead I get this error:
Bad param=value pair on command line
 
It outputs fine if I leave out the base.dir parameter out so obviously I am missing something here.
 
Thanks for the help.
René



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