RainCode - XMLBooster

Element: ALIEN

The ALIEN operator defines an enclosing couple ... around an alien formula, that is, a formula which is not defined by the meta-definition. It is just considered as a character string, and the parser generated by XMLBOOSTER will skip all characters until it synchronizes on the closing mark.

Attributes

Name Type Optional
TARGET STRING Yes

Name of the field which will receive the value of the alien construct. If specified, this attribute must refer to a STRING or PCHAR field defined within the current element.

If this attribute is not specified, the alien construct is recognized and discarded.

Appears in

FORMULA; CONCAT; REPEAT; DISJUNCT; ENCLOSED

DTD declaration

<!ELEMENT ALIEN EMPTY>

<!ATTLIST ALIEN
TARGET CDATA #IMPLIED
>