Parameter | Description |
---|---|
sName | The Attribute Name |
Property String AttributeValue
Read Access: | Get AttributeValue sName to StringVariable |
Write Access: | Set AttributeValue sName to StringVariable/Value |
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.