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]

RE: [docbook-apps] RE: [docbook] DocBook XML example projects posted. One formatted with FrameMaker 7.0. One formatted with DocBook XSL.


That's just the script I use to kick off Saxon with the catalog resolver:

dcramer@myrmecine ~
$ cat /cygdrive/c/workhead/docmodules/doctools/1.0/DocShared/bin/saxonize

scriptdir="c:/workhead/docmodules/doctools/1.0/DocShared/bin"

java -cp "$scriptdir/../../Saxon/6.5/javavm/release/enus/saxon.jar;$scriptdir/../../resolver-1.1/resolver.jar;$scriptdir/../catalogs" com.icl.saxon.StyleSheet -r com.sun.resolver.tools.CatalogResolver -x com.sun.resolver.tools.ResolvingXMLReader -y com.sun.resolver.tools.ResolvingXMLReader $*

David

> > Btw., you've got a couple of params declared twice:
> >
> > $ saxonize -o f2Arch.fo f2Arch.xml f2Arch.xsl
> 
> OK, fixed. Thanks for pointing that out. I can't very well be 
> posting an 
> example project that contains errors. 
> 
> I'm interested in the command you used above, "saxonize". 
> Where does that come 
> from, and what does it do? I don't think I have that one 
> available on my 
> system. 
> 
> Steve Whitlatch
> 
> 
> 

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]