On Mon, Mar 28, 2011 at 3:18 PM, Petite Abeille
<petite.abeille@gmail.com> wrote:
On Mar 28, 2011, at 8:41 PM, Lucas Zawacki wrote:
> �In
> the end of the day it's more about the mindset of the coder, in Lua
> people tend to like it very simple.
Talking of which, I like David Sklar's BadgerFish convention for translating an XML document into a Lua table:
http://ajaxian.com/archives/badgerfish-translating-xml-to-json
Here is a simplistic implementation:
http://dev.alt.textdrive.com/browser/HTTP/XML.lua
Well here is a fork of Penlight [1] that uses your great XML parser. I tweaked it a bit and made it even faster.
Let me know what you think. Is it ok to use your code. I cited you in the comment.
--