XPath Formula Builder For XPath 1.0

TIBCO BusinessEvents uses XPath in the XPath Formula Builder, available in the Function Argument Mapper tool. You can use XPath, for example, when defining payloads for events TIBCO BusinessEvents also uses XPath as the language for defining conditions and transformations.

In XPath 1.0 , the XPath Formula Builder opens in a separate window; however, in XPath 2.0, the XPath Formula Builder is part of the Function Argument Mapping wizard. They both function in the same manner with only difference in user interface. See Function Argument Mapping Wizard for XPath 2.0 for more details on XPath Formula Builder for XPath 2.0.

XPath (XML Path Language) is an expression language developed by the World Wide Web Consortium (W3C) for addressing parts of XML documents. XPath also has basic manipulation functions for strings, numbers, and Boolean values.

To use XPath in TIBCO BusinessEvents, you need only be familiar with the basic XPath concepts, but you may wish to learn more about XPath when building complex expressions.

For a complete description of XPath, refer to the XPath specification (which can be obtained from www.w3.org).

TIBCO BusinessEvents uses XPath (XML Path Language) to identify elements whose content may be used, for, example in an event payload. You can also use XPath to perform basic manipulation and comparison of strings, numbers, and Boolean values.