Francesco del Vecchio wrote:

> Maybe I can explain better showing you the real problem.
>
> I have an HTML form and I'm parsing it looking for <FORM> tags
>
> When I find one I need to catch the "ACTION" value.
>
> i.e.
>
> <form action=http://www.somedomain.com method=post>
>
> I need to catch "http://www.somedomain.com";. Obiouvsly the "method" can also not to 
> be absent, so
> I need a generiche pattern matching.
>
> Francesco

Hi Fransesco,

This sounds lke an interesting problem.  Can you show us some of what you have done to 
apply the advice already given to this problem?

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to