http://qs321.pair.com?node_id=352784


in reply to Re: parsing an ASP file
in thread parsing an ASP file

as far as I know (which isn't very far :-) PHP uses <? .. ?> as delimiters, so you could just change "%" to "?" in the eqs above (and of course, change "ASP" to "PHP" if you prefer) and it should work.

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.

cheers,
Aldo

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
    PHP is configurable to use [http://us4.php.net/basic-syntax|many tags: <? <% <?php and <script language="php">

    --
    I'm not belgian but I play one on TV.