is it possible to add "dynamic validation" which means the validation
against a schema or dtd
doesn't occur just when unmarshalling a xml document but also when
manipulating the dom tree?
Example: I want to add an element node named 'charly' but i'll get a
"Element type 'charly'
must be declared" error msg because charly is not defined in the dtd.

Peter

> -----Urspr�ngliche Nachricht-----
> Von: Arnaud Le Hors [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 21. M�rz 2002 23:51
> An: [email protected]
> Cc: [EMAIL PROTECTED]
> Betreff: Re: DOM L2/L3 default attributes: need feedback
> 
> 
> Joseph Kesselman/CAM/Lotus wrote:
> > 
> > But there is a backward-compatability concern if folks have 
> code which
> > relies on the old behavior, so a large part of the question 
> is how many
> > users will be affected and how badly.
> 
> That's indeed what we're trying to assess. Specifically we'd like to
> hear from anybody who's relying on one or more of the following
> features:
> 
> - having default attributes from the DTD on elements created by
> Document.createElement, or Document.createElementNS
> - having default attributes from the DTD popping back up when removed
> with Element.removeAttribute, Element.removeAttributeNS,
> NamedNodeMap.removeNamedItem, or NamedNodeMap.removeNamedItemNS.
> -- 
> Arnaud  Le Hors - IBM, XML Standards Strategy Group / W3C AC Rep.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to