Re: [Htmlparser-user] Help using StringBean
Brought to you by:
derrickoswald
From: Derrick O. <der...@gm...> - 2012-01-05 15:15:22
|
Hi Ido, The project is not very active any more. The version 2.1 was a upgrade for people building with Maven, but had no substantial changes. It's a remarkably stable project. There were over 60,000 downloads last year and only 8 opened tickets. It seems you have already started editing the code locally. If you upload the patch (you seem to have a specific line in a specific file) to the patches area, it can be tracked and others can benefit from your effort. In the fullness of time it may be incorporated into a release. Alternatively, if you log a bug with the test case that is failing it could also help. http://sourceforge.net/tracker/?group_id=24399 Derrick On Wed, Jan 4, 2012 at 4:29 PM, Ido Barav <ido...@sy...> wrote: > I'm trying to use stringbean to extract text from a short html. > > > > I have the following problem: > > When looking at an html that starts with 1 letter in one paragraph, and > then it ends and another paragraph starts, then a CR is not added. > > I think the carriagereturn adding function has a bug there (It should be an > || instead of the second &&). > > My questions are: > > 1. Is the project still active? I've seen a 2.1 version hidden > somewhere, but can't see any update on the sourceforge update. (I don't want > to start installing patches and editing the code locally). > > 2. I actually wish to read an html and when encountering a text tag, > extract the text from it, while using the text editing capabilities of > StringBean. Is there any good way to do this? > > > > Thanks, > > Ido > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > |