I believe the C++ version of Xerces has a feature that would let you do that, but i don't think it got ported to the java version...
-mark Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Using a DTD when there is no DOCTYPE Is it possible to configure a DOMParser to use a particular DTD when the input document has no DOCTYPE? I've tried the route of setting an EntityResolver, but my resolve method doesn't seem to be called if there is no DOCTYPE. Should I be doing it this way? -- Steve --------------------------------------------------------------------- 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]
