Description
Returns the value referenced by an XML Path Language (XPath) expression from the XML source connection. An Xpath expression uses a path notation, similar to a URL, for addressing parts of an XML document.
Syntax
XMLXPATH (XPath, "connection" )
Parameter | Description |
---|---|
XPath | Using XPath syntax, the path to the node whose data is to be returned. |
connection | The name of the XML source connection to use. |
Remarks
For information about the XML XPath expression, see http://msdn.microsoft.com/en-us/library/ms256471.aspx