1 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Tokenizer.pm.src: Raise a parse error for XML "]]>" other than |
4 |
|
CDATA section end. |
5 |
|
|
6 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Tokenizer.pm.src: Support for case-insensitive XML attribute |
9 |
|
names. |
10 |
|
|
11 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Dumper.pm: Typo fixed. |
14 |
|
|
15 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Dumper.pm: New module. |
18 |
|
|
19 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Tokenizer.pm.src: Introduced "in_xml" flag for CDATA section |
22 |
|
support in XML. |
23 |
|
|
24 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
* Tokenizer.pm.src: Make *_TOKEN (token type constants) |
* Tokenizer.pm.src: Make *_TOKEN (token type constants) |
27 |
exportable. New token types, PI_TOKEN for XML and ABORT_TOKEN for |
exportable. New token types, PI_TOKEN for XML and ABORT_TOKEN for |
28 |
document.write() or incremental parsing, are added for future |
document.write() or incremental parsing, are added for future |