<!-- get content as string -->
ora:getContentAsString(bpws:getVariableData('MyOutMsg','MyResponsePart','/ns2:MyResponse/ns2:MyMessage'))"
<!-- convert string into nodes -->
ora:parseEscapedXML(bpws:getVariableData('MyMsg', 'MyResponsePart', '/ns2:MyResponse/ns2:MyMessage'))"
<!-- get loop index -->
[bpws:getVariableData("i")]
<!-- get children nodes -->
ora:getNodes('myResponse','MyResponsePart','/ns1:MyResponse/*')
<!-- count children nodes -->
ora:countNodes('MyOutMsg', 'MyCollection', '/ns11:MyCollection/ns11:MySubCollection/ns11:MyNode')
<!-- use domain value map in xsl -->
<xsl:value-of select="orcl:lookup-dvm('MyProperties','Property','maxMessageCount','Value','1')"/>
One Response to Oracle BPEL XPath Functions Samples