Back to FabImage Studio website
You are here: Start » Filter Reference » Xml » Xml_SetNodeValues
Set values of nodes which were selected using XPath request.
Name | Type | Description | |
---|---|---|---|
![]() |
inNode | XmlNode | Source node. |
![]() |
inXPath | String | XPath criteria. |
![]() |
inText | String | Value to set to nodes |
![]() |
outNode | XmlNode |
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_SetNodeValues. |
DomainError | Invalid XPath in Xml_SetNodeValues. |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- Xml_SelectMultipleNodes – Selects nodes from the XML tree using XPath request.
- Xml_SelectSingleNode – Selects a node from the XML tree using an XPath request.