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