On Sun, 24 Mar 2002 20:01, [EMAIL PROTECTED] wrote: > I originally looked at the xml-commons resolver, but it was more effort to > integrate than the existing code.....feel free anyone!
Isn't it just CatalogResolver catalogResolver = new CatalogResolver(); catalogResolver.getCatalog().parseCatalog(myCatalogLocation); InputSource inputSource = catalogResolver.resolveEntity( publicId, systemId ); Seems fairly simple to me ;) -- Cheers, Pete *-------------------------------------* | Does the name `Pavlov' ring a bell? | *-------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
