[TOC] [Prev] [Next] [Bottom]

<@DOM>

Syntax

<@DOM VALUE=value>

Description

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.

Example

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>">>

See Also

<@DOMDELETE>
<@DOMINSERT>
<@DOMREPLACE>
<@ELEMENTATTRIBUTE>
<@ELEMENTATTRIBUTES>
<@ELEMENTNAME>
<@ELEMENTVALUE>



[TOC] [Prev] [Next] [Bottom]

docs@pervasive.com
Copyright © 1999, Pervasive Software. All rights reserved.