"Lars Preben S. Arnesen" <[EMAIL PROTECTED]> writes:

> How do I parse a DOM Document? The document is read from file and
> then alterd interactivly by the user. Before I write it to file I'd
> like to verify that it's valid according to the dtd.

I would suggest only making valid changes to the file, and then you
don't have to validate it ;-)

Otherwise, you'll have to write it out as a file, and re-parse it. 

jas.

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

Reply via email to