Some types of XML nodes have no children, but simply
text. Examples are XMLTextMode,
XMLProcessingInstruction.
This function provides access to their contents.
Usage
xmlValue(x)
Arguments
x
the XMLNode object whose
contents are to be returned.
Value
The object stored in the
value slot of the XMLNode object.
This is typically a string.