>>>>> "Sarah" == Leitner, Sarah M [Contractor] <Leitner> writes:

    Sarah> So are you saying I can't do this for DOM? If so, how do I
    Sarah> validate my code using a DTD?

You don't need to use an entity resolver at all for validation. Just
use DOMBuilder to parse the document, first setting the "validation"
feature on the DOMBuilder.
If you are building a DOM programatically, then you could serialize it
and re-parse it to validate (not very efficient, I know).
-- 
Colin Paul Adams
Preston Lancashire

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

Reply via email to