On Mon, Aug 5, 2013 at 5:51 AM, Tim Bannister <is...@jellybaby.net> wrote: > How about implementing XHTML → JSON as a filter? Either with existing modules > or with something dedicated to autoindex.
That sounds really ugly if you ask me. For one thing he's trying to avoid parsing XHMTL so now you're suggesting that he write an XHTML parser in C. If it was possible to generalize it so that it was useful to other things than just mod_autoindex then that might be different. But I suspect it'll have to be fairly complex to achieve this.