AttributeValue - BaseXmlDomElement

Gets and sets attributes in an element

Type: Property

Access: Read/Write

Data Type: String

Parameters: String sName

ParameterDescription
sNameThe Attribute Name


Syntax
 Property String AttributeValue

Read Access: Get AttributeValue sName to StringVariable
Write Access: Set AttributeValue sName to StringVariable/Value


Description

AttributeValue is used to get and set attribute data in an element node. An attribute named sName with a value of sValue is set or retrieved.

AttributeValue is not namespace aware and should only be used with attributes with no namespaces (i.e., in the global namespace). If you need to create attributes with namespaces you can use AttributeValueNS and AddAttributeNS.