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]

Re: EntityResolver for XSLT processor and catalog files


On 20010730 16:09 (Monday), Eric Richardson wrote:
> Do you know if the entity resolver will fall back on
> the standard URL if the catalog entry is not found?

In case someone is interested, testing shows that the entity resolver 
falls back on the standard URL
http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd
with the following document declaration :
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                         "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd";>
			 
Actually the right way to say it is :
the entity resolver falls back to the system identifier
if no matching mapping is found in the catalog.

For more information one can check
CatalogEntityResolver.resolveEntity(String publicId, String systemId)

-- 
Marc-Aurčle DARCHE  <http://ma.darche.free.fr>
AFUL <http://www.aful.org>
Association Francophone des Utilisateurs de Linux/Logiciels Libres
French speaking Linux and Free Software Users' Association

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


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