3 lines
77 B
Lua
3 lines
77 B
Lua
|
|
xmlStr = xml.str(root):gsub("'", "'"):gsub(""", '"')
|
||
|
|
print(xmlStr)
|