1 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
4 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
5 |
|
AttributeDefinition.pm: New modules. |
6 |
|
|
7 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
8 |
|
(create_attribute_definition, create_element_type_definition, |
9 |
|
create_document_type_definition, create_cdata_section, |
10 |
|
create_processing_instruction, create_entity_reference, |
11 |
|
create_general_entity, create_notation): Prototypes added. |
12 |
|
|
13 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
14 |
|
|
15 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
16 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
17 |
|
(create_document_type, create_document_type_definition): |
18 |
|
New methods. |
19 |
|
|
20 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
23 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
24 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
25 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
26 |
|
|
27 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
30 |
|
specifies unknown value and trys to recover from the error. |
31 |
|
|
32 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
35 |
|
|
36 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* GenericLS.dis (GLSException): New interface. |
39 |
|
|
40 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* |InputProcessor|s and |OutputProcessor|s are |
43 |
|
named so that |report| statements in Perl |
44 |
|
module outputs can be identified by name. |dis:dataType|s |
45 |
|
of |DISCore:TFQNames| are all replaced |
46 |
|
by |DISCore:QName|. |
47 |
|
|
48 |
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
* Element.dis (createElementNS): If an array reference |
* Element.dis (createElementNS): If an array reference |