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 Maksym Kovalenko <mk...@marketswitch.com> on 2003/07/15 20:58:56 UTC

DOM Document REvalidation

Hi eveyone,

is DOM3's Document.normalizeDocument() is the only way to validate 
changes in document or there're other ways as well?
-- 
------------------------------------------------------------------------

Maksym Kovalenko
Software Engineer
Marketswitch Corporation
http://www.marketswitch.com <http://www.marketswitch.com/>
108 Powers Court, Suite 225
Dulles, VA 20166
Phone: +1 (703) 444-6750 ext. 302
Fax: +1 (703) 444-6812


Re: DOM Document REvalidation

Posted by Elena Litani <el...@ca.ibm.com>.
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@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org