![]() ![]() |
Reference Type: Supported, Category: XML Parser (VistA), ICR#: 3561
The $$EN^MXMLDOM extrinsic function performs initial processing of the XML document. The client application must first call this entry point to build the in-memory image of the document before the remaining methods can be applied. The return value is a handle to the document instance that was created and is used by the remaining API calls to identify a specific document instance. The parameters for this entry point are listed by type, requirement (yes or no), and description.
$$EN^MXMLDOM(doc[,opt])
doc: |
(required) This string is either of the following:
If a global root is passed, the document either:
Thus, if the global reference is ^XYZ, the global must be of one of the following formats:
Or:
|
opt: |
(optional) This string is a list of option flags that control parser behavior. Recognized option flags are:
|
returns: |
Returns:
This handle is passed to all other API methods to indicate which document instance is being referenced. This allows for multiple document instances to be processed concurrently. |