Hi, > Message: 6 > Date: Fri, 08 Mar 2002 11:21:30 -0500 > From: Brian Young <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [dom4j-user] Very basic question (I suppose)
> Whether or not it is a validating parser isn't really Olav's issue > though is it? I thought basically any parser will consider the dtd > declaration in the doctype as an external entity that it will try to > load, regardless of whether the parser can or is instructed to validate > the document against it. Correct me if I'm wrong. But maybe he needs > to write a custom entity resolver or something? Thanks very much. THAT did it. I wrote a new implementation of EntityResolver, which checks whether the entity to load is one of my DTD files and then uses a local version instead, loaded from the classpath. -- CU, Olav _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
