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