Start » Filter Reference » System » Xml » XmlNodeToString
Module: | FoundationLite |
---|
Converts an XML tree to the string.
Name | Type | Description | |
---|---|---|---|
inNode | XmlNode | XmlNode to be converted. | |
outText | String |
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 in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Invalid XmlNode in XmlNodeToString. |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- StringToXmlNode – Parses text as an XML tree.