I'm looking for a pure Lua library for parsing XML files. It doesn't have to be a validating parser, and it doesn't matter if it's DOM or SAX.
The best resource I've found so far is the Lua Users wiki page on XML libraries (which seems to be down as I type this; check the Google Cache version for now). What experience have you had with the code on this page?