1 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Node.pm: First alpha version of implementation of attributes. |
4 |
|
|
5 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
8 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
9 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
10 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
11 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
12 |
|
node_value, node_type): Implemented. |
13 |
|
|
14 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
17 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
18 |
|
AttributeDefinition.pm: New modules. |
19 |
|
|
20 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
21 |
|
(create_attribute_definition, create_element_type_definition, |
22 |
|
create_document_type_definition, create_cdata_section, |
23 |
|
create_processing_instruction, create_entity_reference, |
24 |
|
create_general_entity, create_notation): Prototypes added. |
25 |
|
|
26 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
27 |
|
|
28 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
29 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
30 |
|
(create_document_type, create_document_type_definition): |
31 |
|
New methods. |
32 |
|
|
33 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
36 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
37 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
38 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
39 |
|
|
40 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
43 |
|
specifies unknown value and trys to recover from the error. |
44 |
|
|
45 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
* TreeCore.dis (manakaiLocalName): New attribute. |
* TreeCore.dis (manakaiLocalName): New attribute. |