1 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm.src: Define predefined general entities for the |
4 |
|
control of "undeclared entity" error raised by the tokenizer. Set |
5 |
|
text-only flag to general entities appropriately. |
6 |
|
|
7 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Parser.pm.src: Set |content_model_text| attribute for |
10 |
|
ElementTypeDefinition nodes. |
11 |
|
|
12 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Parser.pm.src (_tree_in_subset): General and parameter entities |
15 |
|
implemented. |
16 |
|
|
17 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Parser.pm.src: Set public_id and system_id attributes of Entity |
20 |
|
and Notation nodes. |
21 |
|
|
22 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Parser.pm.src (_tree_in_subset): <!ATTLIST> node construction |
25 |
|
implemented. |
26 |
|
|
27 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Parser.pm.src (_tree_in_subset): Support for ELEMENT_TOKEN, |
30 |
|
ATTLIST_TOKEN, GENERAL_ENTITY_TOKEN, PARAMETER_ENTITY_TOKEN, and |
31 |
|
NOTATION_TOKEN. |
32 |
|
|
33 |
|
2008-10-16 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Parser.pm.src: Insertion mode IN_SUBSET_IM added. In the |
36 |
|
"initial" insertion mode, if the DOCTYPE token's "has internal |
37 |
|
subset" flag is set, then switch to the "in subset" insertion |
38 |
|
mode. |
39 |
|
|
40 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Parser.pm.src: Typo fixed. |
43 |
|
|
44 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Parser.pm.src: Use source order to determine which attribute is |
47 |
|
duplicate. Preserve duplicate namespaced attributes as |
48 |
|
non-namespaced attributes. |
49 |
|
|
50 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Parser.pm.src: Bug fixes for the handling of ":" in the element |
53 |
|
type names and attribute names. |
54 |
|
|
55 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Parser.pm.src: Support for XML declarations. |
58 |
|
|
59 |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* Parser.pm.src: Raise a parse error for white space character |
* Parser.pm.src: Raise a parse error for white space character |