![]() ![]() |
Reference Type: Supported, Category: XML Parser (VistA), ICR#: 3561
The $$VALUE^MXMLDOM extrinsic function retrieves the value associated with the named attribute.
$$VALUE^MXMLDOM(handle,node[,attrib])
handle: |
(required) The value (integer) returned by the $$EN^MXMLDOM API, which created the in-memory document image. |
node: |
(required) The node (integer) whose attribute value is being retrieved. |
attrib: |
(optional) The name of the attribute (string) whose value is being retrieved by this API. |
returns: |
Returns the value associated with the specified attribute. |