DOM Document REvalidation 2003-07-15 - By Elena Litani
Hi Maksym,
> is DOM3's Document.normalizeDocument() is the only way to > validate changes in document or there're other ways as well?
You can serialize the DOM tree (using org.apache.xml.serialize.XMLSerializer) and revalidate during re-parsing of the document.
Thank you, -- Elena Litani / IBM Toronto
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|