thanks. -----Original Message----- From: Elena Litani [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: Re: ignoring doctype
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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
