|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - [patch] HTML parsing for gdc-0.8Attached 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 Nov 17 2004
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
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:
Nov 18 2004
|