Hi I've got a string variable which I need to convert into a XML one. My main goal here is to use the XML bit I've extracted from a HTML file in a message I need to pass over to an operation. I'm doing the following which always errors classMethod WriteNodes(myfile As %String) {     Set status=##class(%XML.TextReader).ParseString(myfile,.reader) .... Any easy way of making this happen? Kind regards