Re: NameList exception

On Wed, 2003-08-06 at 15:58, Philippe Le Hegaret wrote:
>  (as indicated in
> http://www.w3.org/TR/2003/CR-DOM-Level-3-Val-20030730/validation.html#ElementEditVAL-allowedChildren)

should be
http://www.w3.org/TR/2003/CR-DOM-Level-3-Val-20030730/validation.html#VAL-Interfaces-ElementEditVAL
[[
To expose wildcards, the NameList returns the values that represent the
namespace constraint: 
      * {namespaceURI, name} is {null, ##any} if any; 
      * {namespaceURI, name} is {namespace_a, ##other} if not and a
        namespace name (namespace_a); 
      * {namespaceURI, name} is {null, ##other} if not and absent; 
      * Pairs of {namespaceURI, name} with values {a_namespaceURI |
        null, null} if a set whose members are either namespace names or
        absent. 
]]

Philippe

Received on Wednesday, 6 August 2003 16:03:59 UTC