Purpose
Gets the text associated with the given node instance.
Syntax
MIXmlNodeGetValue( ByVal hXMLNode As MIXmlNode, pValue As String,
ByVal nLen As Integer ) As SmallInt
hXMLNode is the MIXmlNode object handle.
pValue is a reference to a string that receives the value, which varies depending on the node type.
nLen is the size of the buffer referenced by pValue.
Return Value
Nonzero if successful; otherwise 0.
Description
This function is used to get the node value with a given node instance. The node value varies, depending on the node type.