in reply to Re: parsing an ASP file
in thread parsing an ASP file
JSP seems to be using its own tag library (things like <jsp:getProperty .. /> and so on) as well as blocks like <% .. %>. perhaps you could use this tool and a full-blown HTML (or XHTML) parser to recognize JSP tags in HTML blocks, but I really don't know.
King of Laziness, Wizard of Impatience, Lord of Hubris
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: parsing an ASP file
by belg4mit (Prior) on May 12, 2004 at 22:42 UTC |