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