1 |
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Parser.pm.src: Raise a parse error or warning for |
4 |
declaration/definition duplications. Raise a warning for an empty |
5 |
attlist declaration. Raise a error for an ill-declared predefined |
6 |
entity. |
7 |
|
8 |
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
9 |
|
10 |
* Parser.pm.src: Define predefined general entities for the |
11 |
control of "undeclared entity" error raised by the tokenizer. Set |
12 |
text-only flag to general entities appropriately. |
13 |
|
14 |
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
15 |
|
16 |
* Parser.pm.src: Set |content_model_text| attribute for |
17 |
ElementTypeDefinition nodes. |
18 |
|
19 |
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* Parser.pm.src (_tree_in_subset): General and parameter entities |
22 |
implemented. |
23 |
|
24 |
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
25 |
|
26 |
* Parser.pm.src: Set public_id and system_id attributes of Entity |
27 |
and Notation nodes. |
28 |
|
29 |
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* Parser.pm.src (_tree_in_subset): <!ATTLIST> node construction |
32 |
implemented. |
33 |
|
34 |
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
35 |
|
36 |
* Parser.pm.src (_tree_in_subset): Support for ELEMENT_TOKEN, |
37 |
ATTLIST_TOKEN, GENERAL_ENTITY_TOKEN, PARAMETER_ENTITY_TOKEN, and |
38 |
NOTATION_TOKEN. |
39 |
|
40 |
2008-10-16 Wakaba <wakaba@suika.fam.cx> |
41 |
|
42 |
* Parser.pm.src: Insertion mode IN_SUBSET_IM added. In the |
43 |
"initial" insertion mode, if the DOCTYPE token's "has internal |
44 |
subset" flag is set, then switch to the "in subset" insertion |
45 |
mode. |
46 |
|
47 |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* Parser.pm.src: Typo fixed. |
50 |
|
51 |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
52 |
|
53 |
* Parser.pm.src: Use source order to determine which attribute is |
54 |
duplicate. Preserve duplicate namespaced attributes as |
55 |
non-namespaced attributes. |
56 |
|
57 |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
58 |
|
59 |
* Parser.pm.src: Bug fixes for the handling of ":" in the element |
60 |
type names and attribute names. |
61 |
|
62 |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
63 |
|
64 |
* Parser.pm.src: Support for XML declarations. |
65 |
|
66 |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
67 |
|
68 |
* Parser.pm.src: Raise a parse error for white space character |
69 |
generated by a character reference outside of the root element. |
70 |
|
71 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
72 |
|
73 |
* Parser.pm.src: Support for namespace for attributes in non-root |
74 |
elements. |
75 |
|
76 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
77 |
|
78 |
* Parser.pm.src: Namespace support for the root element. |
79 |
|
80 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
* Parser.pm.src: In the "after root element" insertion mode, start |
83 |
tag tokens are processed by changing the insertion mode to "before |
84 |
root element" insertion mode after raising a parse error. |
85 |
|
86 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
87 |
|
88 |
* Parser.pm.src: Attribute support. |
89 |
|
90 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
91 |
|
92 |
* Parser.pm.src: Use array reference syntax for |
93 |
|create_element_ns|, for Whatpm::NanoDOM compability. Typo fixed. |
94 |
|
95 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
96 |
|
97 |
* Parser.pm.src: Set |in_xml| flag for tokenizer. |
98 |
|
99 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
100 |
|
101 |
* Parser.pm.src: A bug on end tag handling fixed. |
102 |
|
103 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
104 |
|
105 |
* Makefile, Parser.pm.src: New files. |