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