Pure Lua XML Parser


/ Published in: Lua
Save to your folder(s)

From: Roberto Ierusalimschy

Parses the "main" part of an XML string. It does not handle meta-data. Outputs to a table.

Example:
myVar = collect( myXml )
-- myVar would be a table/array of myXml

URL: http://lua-users.org/wiki/LuaXml

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.