![]() ![]() |
Reference Type: Supported, Category: XML Parser (VistA), ICR#: 3561
The $$CMNT^MXMLDOM extrinsic function extracts comment text associated with the specified node.
$$CMNT^MXMLDOM(handle,node,text)
handle: |
(required) The value (integer) returned by the $$EN^MXMLDOM API, which created the in-memory document image. |
node: |
(required) The node (integer) in the document tree that is being referenced by this API. |
text: |
(required) This input parameter (string) must contain a closed local or global array reference that is to receive the text. The specified array is deleted before being populated. |
returns: |
Returns Boolean value:
|