On Wed, 27 Aug 2003, Holliday, Donald B. (LNG-CSP) wrote: > Xerces 1.4 had an XMLCatalogHandler. The description was "Interface for > implementing basic catalog support in the parser. To implement and use a > Catalog, implement this interface and install your catalog instance as the > EntityResolver in the parser's entity handler." > > After searching the Xerces2 API documentation, I cannot find similar > functionality. Is the same functionality provided in Xerces2? If it is, > how do you use it?
Hi, As far as I know there's no such support in Xerces 2. However, what you're describing sounds like the resolver component from XML Commons. Personally I've never used it, but you can download it from the project website located at: http://xml.apache.org/commons/. -------------------- Michael Glavassevich [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
