Parsing ASP?

Ben Allfree benles at bldigital.com
Fri May 2 10:32:04 EDT 2003


Does anyone know of a good way to parse ASP pages?

<%(.*?)%> will not work for large pages (stack overflow), and anyway, it
doesn't take into account that ASP like this is legal:

<% response.write("This %> will fool <% most any %> parser") %>








More information about the Python-list mailing list