I need to be able to instantiate a DOM Parser, specify a DTD to use with that parser, and then parse/validate multiple XML documents with that parser (using the same DTD each time). I understand that the reuse validator flag can be set to cause the same DTD to be used multiple times. What I don't know how to do is to parse the initial DTD without specifying an XML document. I don't want to parse a dummy XML document that references the desired DTD (unless this is the only way to do this). Is there an easy way to have the DOM Parser parse a free-standing DTD? Thanks, Ray --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
