INTEGER expressions return integers (whole numbers). INTEGER expressions can be used to combine expressions, do arithmetic, and test conditions for conditional evaluation. The INTEGER PROP_EXISTS expression checks for a specified property on each record being processed.

The name of the property is specified in a PROP_NAME expression node. The expression returns the number of values of the property on each record. For example, if a record has three values from the “Color” property, the PROP_EXISTS expression would return 3. If the record has no values for the “Color” property, it would return 0. INTEGER PROP_EXISTS is useful as the condition expression in a VOID IF expression.

See the EXPRESSION element for DTD and attribute information.


Copyright © Legal Notices