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] 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é


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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