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
createAttributeNS01
21
NIST
22
23
    The "createAttributeNS(namespaceURI,qualifiedName)" method for a
24
   Document should raise NAMESPACE_ERR DOMException
25
   if qualifiedName is malformed.
26
 
27
   Invoke method createAttributeNS(namespaceURI,qualifiedName) on
28
   the XMLNS Document with namespaceURI being "http://www.ecommerce.org/",
29
   qualifiedName as "prefix::local".  Method should raise
30
   NAMESPACE_ERR DOMException.
31
32
Mary Brady
33
2001-08-17
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48