The XML module of the DataType Utility allows you to take a string and convert it to an XML document.
To convert a string to an XML document, simply call the parse()
function of the Y.XML class:
Full example source:
``` {{>datatype-xmlparse-source}} ```