[EMAIL PROTECTED] wrote:
> I`ll also take a look at regexes as recommended by Kent Johnson to see if
> it`ll work here.My guess is this is the way to go since the data I need is
> always in the same line number in the HTML source.So I could just go to the
> specific line numbers, look for my data and strip out the unnecesary tags.
> Thanks for the help guys, if anyone`s got more tips they are more than
> welcome :)

I don't think you have to bother with finding the correct line numbers, 
just read the entire HTML into one string and search it with a regex. 
You don't say where the HTML is coming from, do you know how to read it?

If you have trouble come back and show us what you have done so far, 
we'll help you with the next step.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to