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