htmlparser-developer Mailing List for HTML Parser
Brought to you by:
derrickoswald
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(12) |
Feb
|
Mar
(7) |
Apr
(27) |
May
(14) |
Jun
(16) |
Jul
(27) |
Aug
(74) |
Sep
(1) |
Oct
(23) |
Nov
(12) |
Dec
(119) |
2003 |
Jan
(31) |
Feb
(23) |
Mar
(28) |
Apr
(59) |
May
(119) |
Jun
(10) |
Jul
(3) |
Aug
(17) |
Sep
(8) |
Oct
(38) |
Nov
(6) |
Dec
(1) |
2004 |
Jan
(4) |
Feb
(4) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(7) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(10) |
Oct
(4) |
Nov
(15) |
Dec
|
2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
(4) |
May
(11) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
(4) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
(2) |
3
(1) |
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
From: Derrick O. <Der...@ro...> - 2003-07-03 15:38:46
|
Stig, Yes, you're correct. See bug #755929 Empty string attr. value causes attr parsing to be stopped <http://sourceforge.net/tracker/index.php?func=detail&aid=755929&group_id=24399&atid=381399> It's been fixed in version 1.4 though: http://sourceforge.net/project/showfiles.php?group_id=24399&release_id=168419 Derrick Stig Tanggaard wrote: > Hey > > I noticed that when the img tag takes the following form: > > <img height=45 > alt="" > > src="http://www2.incredimail.com/images/newsletter/021/maintitle.gif" > width=460 border=0> > > The rest of the attributes after alt (inclusive) disappears. > > This happens when iterating over the nodes and when I call node.toHtml() > > I suspect its the empty alt tag causing it, coz removing it will get > the tags properly. > > Stig Tanggaard > > ps. this is with version 1.3. |
From: Stig T. <st...@eu...> - 2003-07-02 21:22:46
|
Hey I noticed that when the img tag takes the following form: <img height=3D45=20 alt=3D""=20 = src=3D"http://www2.incredimail.com/images/newsletter/021/maintitle.gif"=20 width=3D460 border=3D0> The rest of the attributes after alt (inclusive) disappears.=20 This happens when iterating over the nodes and when I call node.toHtml() I suspect its the empty alt tag causing it, coz removing it will get the = tags properly.=20 Stig Tanggaard ps. this is with version 1.3. |
From: Derrick O. <Der...@ro...> - 2003-07-02 19:18:05
|
Joshua, I added the test case to TableScannerTest but I couldn't reproduce it. Perhaps it's a Windows thing again (see for example the threads around bug #725338 StackOverflow Error). If you can reproduce it perhaps you can find the cause and fix it. Derrick Joshua Kerievsky wrote: > Hi Derrick, > > Was testOverFlow working for you when you checked it in? It is > failing for me. If we expect it to fail for the moment, I could > temporarily put it in the temporaryFailures package that Somik setup. > > thanks > jk > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Htmlparser-developer mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-developer > |