9.3.2.4.33 colrule.isnull
Specifies the XPath expression used to discover if a column value is null. The XPath expression must end with a value accessor such as @att
or text()
. If the XPath expression returns any value, the column value is null. This is an optional property.
colrule.isnull=xpath_expression
For example:
dyncolrule.isnull=@isnull
Parent topic: XML Parser Properties