lmac wrote:
> Hi there,
> i have a base-question. If i want to read some kind of data out of a line
> which i know the start-tag and the end-tag in an html-file how do i 
> recognize
> if it's more than one line ?
> 
> Example:
> 
> <td>Some text<a href>link</a>text ..... DATA ....</tr></td> etc.
> 
> I would use >text as the starting tag to localize the beginning of the DATA.
> And then </tr> as the ending tag of the DATA. But if there is \n then 
> there are more than
> one line.

Beautiful Soup is good for this.
http://www.crummy.com/software/BeautifulSoup/

Kent

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

Reply via email to