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
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