1 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Parser.pm.src: Namespace support for the root element. |
4 |
|
5 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* Parser.pm.src: In the "after root element" insertion mode, start |
8 |
tag tokens are processed by changing the insertion mode to "before |
9 |
root element" insertion mode after raising a parse error. |
10 |
|
11 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* Parser.pm.src: Attribute support. |
14 |
|
15 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
17 |
* Parser.pm.src: Use array reference syntax for |
18 |
|create_element_ns|, for Whatpm::NanoDOM compability. Typo fixed. |
19 |
|
20 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
21 |
|
22 |
* Parser.pm.src: Set |in_xml| flag for tokenizer. |
23 |
|
24 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
25 |
|
26 |
* Parser.pm.src: A bug on end tag handling fixed. |
27 |
|
28 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
29 |
|
30 |
* Makefile, Parser.pm.src: New files. |