Comments
You can add comments to XPath expressions using the XPath 2.0 syntax for comments. The syntax is:
{-- <comment here> --}
For example, the following XPath expression contains a comment:
$GetOrderInformation/ShipName/Street {-- returns the street --}
Copyright © TIBCO Software Inc. All Rights Reserved.