XPath query

Element that searches an XML document according to XPath query.

Properties

- Data (String): [String] XML string

- Data (object): [System.Xml.XmlDocument] XML object 'https://docs.microsoft.com/ru-ru/dotnet/api/system.xml.xmldocument?view=netframework-4.6'

- XPath*: [String] XPath query (//s:Body/a:Code) 'https://www.w3schools.com/xml/xpath_syntax.asp'

- Variable (object array): [System.Xml.XmlNodeList] Variable that gets result objects

- Variable (string array): [System.Collections.Generic.List<String>] Variable that gets result values

- Variable (string): [String] Variable that gets the first result value.

Last updated