November 18, 2004
Attached is a diff against gdc-0.8, it fixes:

1) HTML tag case sensitivity
2) Mac line ending (HTML only)
3) named HTML entities
4) numeric HTML entities
5) allowed codepoint range for HTML

It incorporates Anders F Bjoerklund's "tag space" fix.

md5sum: 066ff5112908253f02bc7bc0f2f61b2f  gdc-0.8-html.diff.gz

Thomas


November 18, 2004
An extentsion to the old patch:

6) fixed error message for named entities
7) speed up for named entity lookup
      (not the fastest solution, but working...)
8) resolves http://svn.kuehne.cn/dstress/run/xhtml_tag_01.html

md5sum: 53f22834a78583b409dc4f86f13709e  gdc-0.8-html2.diff.gz

Thomas

Thomas Kuehne schrieb am Donnerstag, 18. November 2004 01:10:
> Attached is a diff against gdc-0.8, it fixes:
> 
> 1) HTML tag case sensitivity
> 2) Mac line ending (HTML only)
> 3) named HTML entities
> 4) numeric HTML entities
> 5) allowed codepoint range for HTML
> 
> It incorporates Anders F Bjoerklund's "tag space" fix.
> 
> md5sum: 066ff5112908253f02bc7bc0f2f61b2f  gdc-0.8-html.diff.gz