Parse an XML message

Verified
Added by iNTERFACEWARE

How to parse an XML message using xml.parse()

Source Code
local Msg = xml.parse{data=Data}
Description
How to parse an XML message using xml.parse()
Usage Details

Parsing an XML message is simple, just use the use the xml.parse() function. However there are a few tricks to learn with XML node trees, so be sure to look the “more info” links below.

How to use the snippet:

  • Paste the code into a Filter or To Translator script
  • Change the vmd parameter if you want to use a different VMD file
  • Usually the data parameter does not need to be changed