RosettaCodeData/Task/XML-Output/Lua/xml-output-3.lua

3 lines
77 B
Lua

xmlStr = xml.str(root):gsub("'", "'"):gsub(""", '"')
print(xmlStr)