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
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
(3) |
28
(1) |
29
|
30
|
31
|
|
|
|
|
|
From: Ian M. <ian...@gm...> - 2005-10-28 16:33:55
|
It looks like headings should definitely also extend CompositeTag. I think that's most of the essential ones now (although we still need THEAD, TBODY and TFOOT at some point). I've attached the file, HeadingTag.java, and also all the other tag changes to date, to make it easier to keep track of all the changes made so far. PrototypicalNodeFactory has also been updated with the new tag definitions (heading, paragraph and the definition list stuff). I promise I'll try and get CVS upload worked out soon ;) Best wishes Ian Macfarlane |
From: Ian M. <ian...@gm...> - 2005-10-27 15:34:37
|
Here are some updates to the various table-related tags, making them close on finding open/close TBODY, THEAD or TFOOT. Sorry, I'm still trying to work out CVS write access. Ian |
From: Ian M. <ian...@gm...> - 2005-10-27 14:54:33
|
Feature request 1291620 http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1291620&group_= id=3D24399&atid=3D381402 has been fulfilled by patch 1338534: http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1338534&group_= id=3D24399&atid=3D381401 Please mark it as closed. Ian |
From: Ian M. <ian...@gm...> - 2005-10-27 14:02:08
|
Forwarded again as SourceForge blocked the zip attachments on the previous = mail. ---------- Forwarded message ---------- From: Ian Macfarlane <ian...@gm...> Date: Oct 27, 2005 1:35 PM Subject: More patches for HTMLParser To: Der...@ro... Cc: htm...@li... Dear Derrick, I've modified the custom definitions I had to write for p tags and definition-list-related tags (dl,dd,dt). Notes: - ParagraphTag: There are a lot of tags listed as closing the P tag - these all appear to be correct however - I have tested it using the splitting_test.html file attached (sample testing div splitting p) and Firefox's DOM inspector, and went through every tag in the HTML 4 specification. All the listed tag names caused the P tag to close in Firefox. - Definition list stuff: I did not simply add these as entries to the Bullet and BulletList classes, as from testing (a few examples shown in the attached list_test.html) showed that they in fact behaved differently to normal lists (for example a dt closes a dd, and vice versa, but a li does not close either of these, nor do they close an li. A question about PrototypicalNodeFactory, is there a reason that the div, span, body, head and html tag registration in method registerTags () are at the end rather than in alphabetical order like the other tags? Kind regards, Ian Macfarlane PS: I've tried the following command to add a file to CVS: cvs -d :ext:ian...@cv...:/cvsroot/htmlparser add src/org/htmlparser/tags/ParagraphTag.java And I get this response: cvs add: in directory .: cvs [add aborted]: there is no version here; do 'cvs checkout' first I'm new to using CVS, so I'm not entirely sure what I'm doing wrong here. Do you have any suggestions? |