Re: Unable to re-use entity resolver

2000-02-21 Thread Andy Clark
her inefficient as the > same DTD is used and one instance of entity resolver implementation > is sufficient IMHO. Is this a feature or a bug? You can use the same instance of your EntityResolver but it sounds like you're caching the same instance of the returned InputSource. Is this

Unable to re-use entity resolver

2000-02-20 Thread Wong Kok Wai
ed and one instance of entity resolver implementation is sufficient IMHO. Is this a feature or a bug?

AW: Entity-Resolver

2000-02-18 Thread Armin Pfarr
Bear in mind, that I don't construct the InputSource via a call InputSource src = new InputSource(sysId); but instead with the given routine, that equals a call to InputSource src = new InputSource(InputStream(sysId)); src.setSystemId(sysId); since I had to overcome the situation where the spe

Re: Entity-Resolver

2000-02-18 Thread roddey
Valley [EMAIL PROTECTED] "Armin Pfarr" <[EMAIL PROTECTED]> on 02/18/2000 02:14:19 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Entity-Resolver Hi, I'm trying to implement an entity-resolver using Xerces 1.0.1. The routin

Entity-Resolver

2000-02-18 Thread Armin Pfarr
Hi, I'm trying to implement an entity-resolver using Xerces 1.0.1. The routine work fine if I use public identifiers for ALL entities and redirect ALL calls through the Entity-resolver. Now I have a DTD, whose location is resolved through a public identifier. That DTD includes external ent