Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
18
19
20
setAttributeNS06
21
NIST
22
23
    The "setAttributeNS(namespaceURI,localName,value)" method raises a
24
   NAMESPACE_ERR DOMException if the "qualifiedName" has a
25
   prefix of "xml" and the namespaceURI is different from
26
   http://www.w3.org/XML/1998/namespace.
27
 
28
   Attempt to add an attribute with a prefix of "xml" as the on the first employee node.
29
   An exception should be raised since the namespaceURI of this node is not
30
   http://www.w3.org/XML/1998/namespace.
31
32
Mary Brady
33
2001-08-17
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51