lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Tuomo Valkonen wrote:
> I'm looking for a simple XML parser/printer for Lua, that
> would let me manipulate an (incomplete) XHTML document 
> with little effort. I was thinking of lua-expat/etree,
>   
Was playing with a very simple parser etc.

Take an XHTML web page, swallow into a table.

Do whatever.

Walk the table recreating the XHTML, feed to W3C validator, valid.