RE: [xsl] [saxon] catalogs

Subject: RE: [xsl] [saxon] catalogs
From: DPawson@xxxxxxxxxxx
Date: Fri, 3 Jan 2003 13:36:57 -0000
> > I use the docbook DTD with a catalog, using Saxon.
> 
> 
> Me too. Which resolver do you use?

Norm's. I think its not changed since it was picked up by the Apache
people. I got it from the sun site.

> 
> 
> > I simply refer to the catalog that comes with docbook, rather
> > than copy it over to mine.
> 
> 
> I see!
> I wanted to get it to work somehow, but copy'n'paste didn't 
> seem elegant ;)
> 
> I think I'll try adding the DocBook catalog to the list of 
> catalogs in 
> CatalogManager.properties . Currently, there is only mine listed.

No need
http://www.oasis-open.org/committees/entity/spec-2001-08-06.html#s.catalog

Mine reads

<group prefer="public" xml:base="/sgml/oasis/docbookx42/">

  <nextCatalog catalog="docbook.cat"/> 
</group>

this sets the base to the new docbook location,
then uses the docbook.cat file found there.

IIRC, it was the sax2 interface that screws up the relative file handling,
possibly by doing things the wrong way round. Norm Walsh explained it on
docbook list, but I can't remember the details.


HTH DaveP

- 

NOTICE: The information contained in this email and any attachments is 
confidential and may be legally privileged. If you are not the 
intended recipient you are hereby notified that you must not use, 
disclose, distribute, copy, print or rely on this email's content. If 
you are not the intended recipient, please notify the sender 
immediately and then delete the email and any attachments from your 
system.

RNIB has made strenuous efforts to ensure that emails and any 
attachments generated by its staff are free from viruses. However, it 
cannot accept any responsibility for any viruses which are 
transmitted. We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email 
and any attachments are those of the author and do not necessarily 
represent those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread