WorksheetFunction.FilterXML(String, String) Method

Definition

Get specific data from the returned XML, typically from a WebService function call.

public:
 System::Object ^ FilterXML(System::String ^ Arg1, System::String ^ Arg2);
public object FilterXML (string Arg1, string Arg2);
Public Function FilterXML (Arg1 As String, Arg2 As String) As Object

Parameters

Arg1
String

Valid xml string.

Arg2
String

XPath query string.

Returns

VARIANT

Remarks

The XPath parameter is limited to 1024 characters.

The FILTERXML function returns results that are parsed via the user specified data locale.

Applies to