> -----Original Message-----
> From: Bob Stayton [mailto:]
> Sent: Monday, November 11, 2002 6:36 PM
> To: Jeanson Mauritz;
> Subject: Re: DOCBOOK-APPS: XML catalog documentation
>
>
> On Mon, Nov 11, 2002 at 11:00:05AM +0100, Jeanson Mauritz wrote:
> > > -----Original Message-----
> > > From: Bob Stayton [mailto:]
> > > Sent: Monday, November 11, 2002 10:44 AM
> > > To:
> > > Subject: DOCBOOK-APPS: XML catalog documentation
> > >
> > >
> > > I've rewritten my chapter on using XML catalogs with
> > > DocBook XSL so that it is more complete and accurate. It
> > > is available at
> > >
> > > http://www.sagehill.net/xml/docbookxsl/Catalogs.html
> > >
> > > Comments welcome.
> >
> >
> > The command line example for Saxon does not work for me:
> >
> > "Error
> > Failure reading file://C:/XMLtest/catalogs/test/Saxon/kprof.xml: C
> > Transformation failed: Run-time errors were reported"
> >
> > To get it to work, I must put "file:" in front of the XML
> file name.
>
> Hmm, I'm able to resolve plain filenames on the command
> line for the stylesheet and the xml input file as long as I
> use the -u option for Saxon. I presume you are doing
> that.
I was using Java 2 SDK 1.3.1. This command line problem disappears with Java 1.4.
/Mauritz