Hi Steven, "Melzer, Steven" wrote: > all works fine for files without the DOCTYPE tag. i get a > ConnectionException, which is because i am behind a proxy server. i just > want to ignore the external entity altogether.
Use the "http://apache.org/xml/features/nonvalidating/load-external-dtd" feature: http://xml.apache.org/xerces2-j/features.html. Thx, -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
