diff --git a/reference/xmlreader/xmlreader/getattribute.xml b/reference/xmlreader/xmlreader/getattribute.xml index ca1599a2ab..597f119fe6 100644 --- a/reference/xmlreader/xmlreader/getattribute.xml +++ b/reference/xmlreader/xmlreader/getattribute.xml @@ -13,7 +13,7 @@ stringname - Returns the value of a named attribute or an empty string if + Returns the value of a named attribute or &null; if the attribute does not exist or not positioned on an element node. @@ -35,8 +35,8 @@ &reftitle.returnvalues; - The value of the attribute, or &null; if no attribute with the - given name is found or not positioned of element. + The value of the attribute, or &null; if no attribute with the given + name is found or not positioned on an element node.