in reply to Re^2: Parsing an html file
in thread Parsing an html file

There is no span-tag in this file, but is expected in your regexp. Naturally it won't match.

Replies are listed 'Best First'.
Re^4: Parsing an html file
by Matthieu14 (Initiate) on Apr 20, 2010 at 09:33 UTC
    Yes. Thanks a lot.

    In fact, i tried a lot of things and i thought my problem came from my syntax.
    I forgot this part (span) when generating the html test file before to parse it ;-)

    Thanks a lot for your reactivity.