Hey all,
I'm working with a java-action that requires a number of xpath retrieves. Generally I tend to use the CommunityCommons Xpath generator for this.
However, some of the retrieves require me to go through several levels of Xpath, like so:
ProcessModule.ProcessElement/ProcessModule.ProcessConnector_ProcessElement_Parent/ProcessModule.ProcessConnector/ProcessModule.ProcessConnector_ProcessElement_Child/
Whereas it's easy to add a single reference to the CC Xpath, I'm having some trouble reproducing the above path.
Would anyone have a working example to share?