[Htmlparser-user] Simple extraction?
Brought to you by:
derrickoswald
From: Andy W. <an...@aw...> - 2006-03-26 09:35:27
|
Hi, I am stuggling with what I assume should be a simple operation. The html file I am parsing has each line ending with a <P> tag (not </P> as you might expect). There is a random amount of bold tags in each line - I am interested in the text in each line without the tags - one String for each <P> tag. Are there any decent examples anywhere apart from the ones on the htmlparser site? Thanks, Andy |