From a50a655ee01108b590b4a2a5825fd444c67130b7 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 12 Jun 2005 19:19:09 +0000 Subject: [PATCH] ws git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188228 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../domxml/functions/DomAttribute-name.xml | 45 +++++++------ .../functions/DomAttribute-specified.xml | 39 ++++++----- .../domxml/functions/DomAttribute-value.xml | 66 +++++++++---------- 3 files changed, 73 insertions(+), 77 deletions(-) diff --git a/reference/domxml/functions/DomAttribute-name.xml b/reference/domxml/functions/DomAttribute-name.xml index d0713f1285..332736e1a2 100644 --- a/reference/domxml/functions/DomAttribute-name.xml +++ b/reference/domxml/functions/DomAttribute-name.xml @@ -1,27 +1,26 @@ - - - - - DomAttribute->name - - Returns name of attribute - - - - &reftitle.description; - - stringDomAttribute->name - - - - This function returns the name of the attribute. - - - See also domattribute_value for an example. - - - + + + + DomAttribute->name + + Returns name of attribute + + + + &reftitle.description; + + stringDomAttribute->name + + + + This function returns the name of the attribute. + + + See also domattribute_value for an example. + + + - - - - DomAttribute->specified - - Checks if attribute is specified - - - - &reftitle.description; - - boolDomAttribute->specified - - - - Check DOM standard for a detailed explanation. - - - + + + + DomAttribute->specified + + Checks if attribute is specified + + + + &reftitle.description; + + boolDomAttribute->specified + + + + Check DOM standard for a detailed explanation. + + + - - - - DomAttribute->value - - Returns value of attribute - - - - &reftitle.description; - - mixedDomAttribute->value - - - - This function returns the value of the attribute. - - - - Getting all the attributes of a node - + + + + DomAttribute->value + + Returns value of attribute + + + + &reftitle.description; + + mixedDomAttribute->value + + + + This function returns the value of the attribute. + + + + Getting all the attributes of a node + - ]]> - - &example.outputs; - + + &example.outputs; + - - - - - See also domattribute_name. - - - + + + + + See also domattribute_name. + + +