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
documentrenamenode07
22
IBM
23
24
	Invoke the renameNode method on a new document node to rename a new attribute node
25
	to one whose namespaceURI is http://www.w3.org/XML/1998/namespace and name is xml:dom.
26
	Check if this attribute has been renamed successfully by verifying the
27
	nodeName and namespaceURI attributes of the renamed node.
28
29
Neil Delima
30
2002-06-10
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56