How to get XML data from a game?

Basically, I wanted to make a script. XML like rbxlx files.
Like this:

XML data is not supported natively in Roblox games. However, you can write XML code in a string and return it from a Lua script.

return "<text>wow XML</text>"