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