1 |
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Tokenizer.pm.src: Make uppercase "&#X" in XML a parse error. |
4 |
|
Remove the limitation of entity name length. Enable replacement |
5 |
|
of text-only general entities. Raise a parse error for an |
6 |
|
unparsed entity reference. Raise a parse error for a general |
7 |
|
entity reference to an undefined entity. |
8 |
|
|
9 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Tokenizer.pm.src: Support for <!ELEMENT>. |
12 |
|
(AFTER_NOTATION_NAME_STATE): Renamed as |AFTER_MD_DEF_STATE| (i.e. |
13 |
|
after markup declaration definition state). |
14 |
|
|
15 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Tokenizer.pm.src: Support for EntityValue. |
18 |
|
|
19 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
* Dumper.pm: Dump text content of Entity nodes. |
* Dumper.pm: Dump text content of Entity nodes. |
22 |
|
|
23 |
* Tokenizer.pm.src: Support for <!ENTITY ... NDATA>. |
* Tokenizer.pm.src: Support for <!ENTITY ... NDATA>. |