Back to FabImage Studio website
You are here: Start » Filter Reference » Xml » Xml_SelectMultipleNodes
Selects nodes from the XML tree using XPath request.
Name | Type | Description | |
---|---|---|---|
![]() |
inNode | XmlNode | Source node. |
![]() |
inXPath | String | XPath criteria. |
![]() |
outNodes | XmlNodeArray | Found nodes. |
Remarks
Read more about how to handle XML in Working with XML Trees article.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Invalid XmlNode in Xml_SelectMultipleNodes. |
DomainError | Invalid XPath in Xml_SelectMultipleNodes: error description. |
DomainError | Invalid XPath in Xml_SelectMultipleNodes. |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filters is member of Xml_SelectNodes filter group.