|
try to
use an entity resolver:
public class TheEntityResolver
implements EntityResolver
{ public InputSource
resolveEntity(String publicId, String systemId)
{ return new InputSource("file:///C:/oops/schema.dtd");
} }
|
AW: InputSouce(InputStream) and DTDs
Hellmann Peter (ext) ICM RDC IS VDR RD 28 Feb 2002 15:42:48 -0000
Title: RE: InputSouce(InputStream) and DTDs
