Forgot to comment the commit. The relevant part is included below:

At 14:24 19.02.2003 +0000, you wrote:
docBuilder.setEntityResolver(new Log4jEntityResolver());
  +      // we change the system ID to a valid URI so that Crimson won't
  +      // complain. Indeed, "log4j.dtd" alone is not a valid URI which
  +      // causes Crimson to barf. The Log4jEntityResolver only cares
  +      // about the "log4j.dtd" ending.
  +      inputSource.setSystemId("dummy://log4j.dtd");
--
Ceki

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to