1 |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Attr.pm (value, node_value): Now it is defined |
4 |
|
as |text_content| itself. |
5 |
|
|
6 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
7 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
8 |
|
|
9 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
10 |
|
|
11 |
|
* DocumentType.pm (internal_subset): Implemented. |
12 |
|
|
13 |
|
* Entity.pm (is_externally_declared, input_encoding, |
14 |
|
xml_version): Implemented. |
15 |
|
|
16 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
17 |
|
|
18 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
* DOMCharacterData.pm (AUTOLOAD): Removed. |
* DOMCharacterData.pm (AUTOLOAD): Removed. |
21 |
(data): Reimplemented. |
(data): Reimplemented. |
22 |
(delete_data, insert_data, replace_data, substring_data): There were |
(delete_data, insert_data, replace_data, substring_data): There were |