[jdom-interest] Parsing withou validating - File not Found

Jon Baer jonbaer at digitalanywhere.com
Thu Jul 19 16:08:21 PDT 2001


Brett McLaughlin wrote:

> import org.xml.sax.EntityResolver;
> import org.xml.sax.InputSource;
>
> public class NoDTDEntityResolver {
>     public InputSource resolveEntity(String publicID, String systemID) {
>         if (systemID.equals("myDTDSystemID")) {
>             return null;
>         }
>     }
> }
>

Is this in the FAQs?  Does this work for Crimson?

I have this case where people are working on the DTD/Schema for the XML document and
I want to post the final location in the XML document without having to worry about
it but kept getting the same error/report.

- Jon




More information about the jdom-interest mailing list