You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Lei Chen <Le...@sfcommerce.com> on 2001/04/25 21:34:12 UTC

validate after modification

How do i re-validate an existing DOM after modifying it? By modify, I mean
change, delete, or add a node. Do i have to serialize it to a file or a
string, then do a re-parsing?

-Lei