This tag is used to parse XML into a document instance.
This meta tag is usually used in conjunction with <@ASSIGN> or the Assign action to create a document instance variable.
The VALUE attribute specifies the XML that is to be parsed into a document instance.
The following assigns the XML specified by <@DOM> to a document instance variable in application scope called myDom:
<@ASSIGN NAME="myDom" SCOPE="application" VALUE=<@DOM VALUE="<XML><DIV><P>Paragraph 1
</P><P>Paragraph 2</P></DIV></XML>">>
<@DOMDELETE>
<@DOMINSERT>
<@DOMREPLACE>
<@ELEMENTATTRIBUTE>
<@ELEMENTATTRIBUTES>
<@ELEMENTNAME>
<@ELEMENTVALUE>