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
21
documentcreateattributeNS06
22
IBM
23
24
	The method createAttributeNS raises a NAMESPACE_ERR if the qualifiedName has a prefix that
25
	is "xml" and the namespaceURI is different from "http://www.w3.org/XML/1998/namespace".
26
 
27
	Invoke the createAttributeNS method on a new DOMImplementation object with  the qualifiedName
28
	as xml:root and namespaceURI as http://www.w3.org/XML/1998 /namespace.
29
	Check if the NAMESPACE_ERR exception is thrown.
30
31
Neil Delima
32
2002-04-30
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50