Hi Elena,
I'm quite exited to hear that you've implemented the first version of DOM
revalidation. I've got just a simple request: would it be
possible to add an example using the revalidation. Grepping the samples dir for the
string normalizeDocument() gave no matches.
Best Regards,
Mikko Honkala
www.x-smiles.org
W3C XForms WG
PS. Now I'm just waiting for the possibility to access datatype information from the
DOM.
> -----Original Message-----
> From: Elena Litani [mailto:[EMAIL PROTECTED]]
> Sent: 4. kesakuuta 2002 22:10
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: DOM tree (re)validation is implemented!
>
...
> How to tell DOM implementation to revalidate the tree
> ------------------------------------------------------
> DOM L3 provides setNormalizationFeature()[2] on the Document interface
> that allows users to specify what functions normalizeDocument() should
> perform.
> (1) Cast Document to DocumentImpl.
> (2) Call document.setNormalizationFeature("validate", true).
> (3) To start (re)validation call document.normalizeDocument().
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]