| <!ELEMENT sapi:apply - O EMPTY> <!ATTLIST sapi:apply -- reference to the pointer -- name %Text #REQUIRED -- pointer to object properties -- exp %Text #IMPLIED -- pointer to object properties -- src %Text #IMPLIED -- pointer to data source for this object -- > |
Start tag: mandatory, End tag: mandatory
Attributes definition
name = %Text [CN]
Mandatory. The value of this attribute contains the name of the pointer to object properties (see Objects of SAPI Documents).
exp = %Text [CN]
The value of this attribute contains the expression.
src = %Text [CN]
Value of this attribute defines data source for object. Value can be:
|
<sapi:apply name="qc.variable1.value" src="obj:ddc.name.value" /> <sapi:apply name="sdc.variable2.value" src="ref:/about/company/" /> |
The element referencing a data container through a pointer returns the value of this container.
| <sapi:apply name="variable1.value" /> |
6.4.1.1 Attribute name
Attributes definition
name = %Text [CN]
Mandatory. The value of this attribute contains a pointer to object properties.
exp = %Text [CN]
Mandatory. The value of this attribute contains expression.