BOD xpath syntax
You must use the correct syntax for BOD xpaths.
All BOD xpaths must be preceded by a forward slash. For example, /ItemMasterHeader/Classification/Codes/Code
.
To include an XML attribute in the xpath, use square brackets. For example, /ItemMasterHeader/Classification/Codes/Code[@listID="Product Groups"]
.
To indicate that an xpath must contain a certain text value, include the text()= parameter. For example, /ItemMasterHeader/Classification/Codes/Code[@listID="Product Groups" and text()="Clothes"]
To indicate that an xpath must not contain a certain text value, include the text()!= parameter. For example, /ItemMasterHeader/Classification/Codes/Code[@listID="Product Groups" and text()!="Accessories"]