OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Entity resolution vs. URI resolution

[ Lists Home | Date Index | Thread Index ]

Hi, this posting is regarding an issue that was discussed on the
sax-devel list recently, but I think it deserves a larger audience since
it is not specific to SAX.

In SAX there is an entity resolver that takes a pair (publicID,
systemID) as input:
  InputSource resolveEntity(String publicID, String systemID)

For other standards (such as W3C XML Schema), there is a need to resolve
a schema location URI as a single input paramater:
  InputSource resolveURI(String locationURI)

One view is that "entity resolution" = "uri resolution" + "publicID
resolution".  So if only "uri resolution" is desired, pass "null" as the
publicID.

Another view is that these are two fundamentally different animals and
so two different resolvers should be used.

So should entity resolution and URI resolution go through the same
resolver or different ones?

I hope I captured the essence of the argument.  If not, please correct
me.

-Edwin




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS