View comments | RSS feed

Creating XPath Expressions

This section describes how to create XML Path (XPath) expressions in LiveCycle Workbench ES. XPath expressions are used in processes to identify data items in the process data model, such as data stored in process variables. For example, the XPath expression /process_data/@id identifies the id node in the process data model.

Process data model. Root node name is process_data. Child nodes are id, create_time, update_time, creator_id, and status.

When this expression is evaluated at run time, it returns the data that the id node represents, which is the identification number for the process instance.

Expressions can include paths to data nodes, as well as functions and operators that act on the data:

In processes, you can use XPath expressions to specify values for operation properties, values in configuration dialog boxes for events, and values in routing conditions. You can use XPath Builder to create expressions, or you can enter them manually.

For information about XPath, go to www.w3.org/TR/xpath in your web browser.

This section includes the following topics:


Comments


No screen name said on Sep 1, 2007 at 8:27 AM :
Please note that org.apache.xalan.xslt.XSLTProcessor is actually "not found" in the turnkey JBoss that comes with LiveCycle. You can use org.apache.xalan.processor.TransformerFactoryImpl instead.
Scott Brodersen said on Nov 20, 2007 at 7:59 AM :
Thank you for this comment. I believe it is meant to be associated with the Creating Processes > Service reference > XSLT Transformation > Transform topic.

You are correct that the example value of org.apache.xalan.xslt.XSLTProcessor is incorrect for the Factory Options property of the Transform operation. The value should be org.apache.xalan.processor.TransformerFactoryImpl, as you indicated.

This is the link for the Transform topic, to which I've also added a comment:

http://livedocs.adobe.com/livecycle/es/wb_help/wwhelp/wwhimpl/js/html/wwhelp.htm?href=00000619.html

thanks
Scott

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/wb_help/00000619.html