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