what's the correct way to do this: ` let xmlString = """John30New York""" let xmlDoc = parseXml(xmlString) echo xmlDoc[0][0] `