Field

Top Previous Topic Next Topic  Print this topic

<das:field> element contains the name of a field in a data-source record. Depending on the data-source, field may represent a column name

(in a table or sql query in databases), or an attribute name (in xml files).

 

Attributes:

id - unique identifier of this resource in the current processing job.

name - the name of the field.

 

 

<das:field id="fld1" name="ID"/>

 

 

In xml-data sources a text node has a predefined name text().

 

 

<das:field id="fld2" name="text()"/>