Prev Up Next Index
Go backward to 4.1.2 fileAccess
Go up to 4.1 Aggregation Server Configuration Elements
Go forward to 4.1.4 fileScan

4.1.3 variable

<!ELEMENT variable EMPTY>
<!ATTLIST variable
        name CDATA #REQUIRED
>

In a JoinNew aggregation, all Grids will be joined, automatically. Any variables of type Array will be joined only if they are specifically nominated by a variable element.

name 

The name of the Array variable to be joined. See Section 1.2.1 for an example.


Tom Sgouros, 2004/07/07

Prev Up Next