[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Simple XHTML (XML) parser/printer
- From: Tim Channon <tc@...>
- Date: Tue, 24 Mar 2009 02:01:00 +0000
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.