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