diff --git a/reference/dom/functions/dom-domnamednodemap-getnameditem.xml b/reference/dom/functions/dom-domnamednodemap-getnameditem.xml
index 682d28469b..2f950765f9 100644
--- a/reference/dom/functions/dom-domnamednodemap-getnameditem.xml
+++ b/reference/dom/functions/dom-domnamednodemap-getnameditem.xml
@@ -1,27 +1,57 @@
-
-
-
- DOMNamedNodeMap->getNamedItem
-
- Retrieves a node specified by name
-
-
-
- &reftitle.description;
-
- DOMNamedNodeMap
-
- DOMNode
- getNamedItem
- stringname
-
-
-
- Retrieves a node specified by name.
-
-
-
+
+
+
+ DOMNamedNodeMap->getNamedItem()
+
+ Retrieves a node specified by name
+
+
+
+ &reftitle.description;
+
+ DOMNamedNodeMap
+
+ DOMNode
+ getNamedItem
+ stringname
+
+
+
+ Retrieves a node specified by its nodeName.
+
+
+
+ &reftitle.parameters;
+
+
+
+ name
+
+
+ The nodeName of the node to retrieve.
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ A node (of any type) with the specified nodeName, or
+ &null; if no node is found.
+
+
+
+ &reftitle.seealso;
+
+
+
+
+
+
+
-
-
- DOMNamedNodeMap->getNamedItemNS
-
- Retrieves a node specified by local name and namespace URI
-
-
-
- &reftitle.description;
-
- DOMNamedNodeMap
-
- DOMNode
- getNamedItemNS
- stringnamespaceURI
- stringlocalName
-
-
-
- Retrieves a node specified by localName and
- namespaceURI.
-
-
-
+
+
+
+ DOMNamedNodeMap->getNamedItemNS()
+
+ Retrieves a node specified by local name and namespace URI
+
+
+
+ &reftitle.description;
+
+ DOMNamedNodeMap
+
+ DOMNode
+ getNamedItemNS
+ stringnamespaceURI
+ stringlocalName
+
+
+
+ Retrieves a node specified by localName and
+ namespaceURI.
+
+
+
+ &reftitle.parameters;
+
+
+
+ namespaceURI
+
+
+ The namespace URI of the node to retrieve.
+
+
+
+
+ localName
+
+
+ The local name of the node to retrieve.
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ A node (of any type) with the specified local name and namespace URI, or
+ &null; if no node is found.
+
+
+
+ &reftitle.seealso;
+
+
+
+
+
+
+
-
-
- DOMNamedNodeMap->item
- Retrieves a node specified by index
-
-
- &reftitle.description;
-
- DOMNamedNodeMap
-
- DOMNode
- item
- intindex
-
-
-
- Retrieves a node specified by index within the
- DOMNamedNodeMap object.
-
-
-
+
+
+
+ DOMNamedNodeMap->item()
+ Retrieves a node specified by index
+
+
+ &reftitle.description;
+
+ DOMNamedNodeMap
+
+ DOMNode
+ item
+ intindex
+
+
+
+ Retrieves a node specified by index within the
+ DOMNamedNodeMap object.
+
+
+
+ &reftitle.parameters;
+
+
+
+ index
+
+
+ Index into this map.
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ The node at the indexth position in the map, or &null;
+ if that is not a valid index (greater than or equal to the number of nodes
+ in this map).
+
+
+
-
-
- DOMStringList->item
-
- Return the specified index of the collection
-
-
-
- &reftitle.description;
-
- DOMStringList
-
- DOMString
- item
- intindex
-
-
-
- Not implemented yet.
-
-
-
-
-
diff --git a/reference/dom/reference.xml b/reference/dom/reference.xml
index a9302d3b7a..04f0c07484 100644
--- a/reference/dom/reference.xml
+++ b/reference/dom/reference.xml
@@ -1,5 +1,5 @@
-
+
DOM Functions
DOM
@@ -733,7 +733,6 @@
-
DOMNameList
@@ -781,7 +780,6 @@
-
-
DOMProcessingInstruction
@@ -1051,48 +1048,7 @@
-
-
- DOMStringList
-
-
-
-
- &reftitle.methods;
-
-
- - Return the specified index of the collection
-
-
-
-
- &reftitle.properties;
-
-
-
-
-
- Name
- Type
- Read-only
- Description
-
-
-
-
- length
- int
- yes
-
- The number of DOMStrings in the list. Not implemented yet, always return &true;.
-
-
-
-
-
-
-
-
+
DOMText
@@ -1135,7 +1091,6 @@
-