Re: [dom4j-user] Problem with Java 1.4 and EntityResolver

2002-04-19 Thread James Strachan
Hi Stephan - Original Message - From: <[EMAIL PROTECTED]> > Hi all > > I have a problem using my app with Java 1.4. > > My XML has the following DOCTYPE line: > > > I'm using my own entity resolver because the DTD is inside the application jar. > > public class MyResolver implements Enti

[dom4j-user] Problem with Java 1.4 and EntityResolver

2002-04-18 Thread stephan . segschneider
Hi all I have a problem using my app with Java 1.4. My XML has the following DOCTYPE line: I'm using my own entity resolver because the DTD is inside the application jar. public class MyResolver implements EntityResolver { public InputSource resolveEntity (String publicId, String systemI