BE_XPathAll

BE_XPathAll(xmlText;xpathText;{namespaceList})



This finds all instances of a node at the path xpath within the text xml. This function is based on the libxml library which only supports XPath 1.0 http://xmlsoft.org


Parameters:

- xmlText : the XML text to use

- xpathText : the path to the node you require.

- namespaceList : Namespace list. Format "prefix1=href1 prefix2=href2..."

Keywords:

XML XPath All


Version History:

- 1.0 http : //xmlsoft.org

- 1.2 :

Still need help? Contact Us Contact Us