EncodeAttributeValue (open)
Encode an attributenode
Syntax
// Core function, no LOADLIB necessary
STRING FUNCTION EncodeAttributeValue(STRING text)Parameters
STRING textText to encode
Return value
STRINGEncoded value
Description
Similar to EncodeValue, but only encodes '"', "'" and '&'. This suffices for attribute values in UTF-8 XML documents