1 |
|
2008-10-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm.src: Support for attribute type assignments, attribute |
4 |
|
value tokenization, and default value assignments. |
5 |
|
|
6 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Parser.pm.src: Don't process ATTLIST_TOKEN and ENTITY_TOKEN if |
9 |
|
the "stop_processing" flag is set. |
10 |
|
|
11 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Parser.pm.src: Raise a parse error or warning for |
14 |
|
declaration/definition duplications. Raise a warning for an empty |
15 |
|
attlist declaration. Raise a error for an ill-declared predefined |
16 |
|
entity. |
17 |
|
|
18 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Parser.pm.src: Define predefined general entities for the |
21 |
|
control of "undeclared entity" error raised by the tokenizer. Set |
22 |
|
text-only flag to general entities appropriately. |
23 |
|
|
24 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Parser.pm.src: Set |content_model_text| attribute for |
27 |
|
ElementTypeDefinition nodes. |
28 |
|
|
29 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Parser.pm.src (_tree_in_subset): General and parameter entities |
32 |
|
implemented. |
33 |
|
|
34 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Parser.pm.src: Set public_id and system_id attributes of Entity |
37 |
|
and Notation nodes. |
38 |
|
|
39 |
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
* Parser.pm.src (_tree_in_subset): <!ATTLIST> node construction |
* Parser.pm.src (_tree_in_subset): <!ATTLIST> node construction |