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> |
46 |
|
|
47 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
48 |
|
|
49 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* GenericLS.dis (GLSException): New interface. |
52 |
|
|
53 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* |InputProcessor|s and |OutputProcessor|s are |
56 |
|
named so that |report| statements in Perl |
57 |
|
module outputs can be identified by name. |dis:dataType|s |
58 |
|
of |DISCore:TFQNames| are all replaced |
59 |
|
by |DISCore:QName|. |
60 |
|
|
61 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Element.dis (createElementNS): If an array reference |
64 |
|
is specified as the |qualifiedName| parameter, |
65 |
|
don't set the first item as the local name |
66 |
|
even if the second item is not specified (or |
67 |
|
specified as |undef|). |
68 |
|
(createElementNS, setAttribute, setAttributeNS, |
69 |
|
removeAttribute, removeAttributeNS, |
70 |
|
setAttributeNode, setAttributeNodeNS, |
71 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
72 |
|
or removes the |tc:contentAttributeList| value. |
73 |
|
|
74 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
75 |
|
of sorting of content attribute names. |
76 |
|
(getAttrMap, getElementTypeDefNodeMap, |
77 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
78 |
|
(tc:contentAttributeList): New property. |
79 |
|
|
80 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* DOMFeature.dis (ForDef): Removed. |
83 |
|
(f:provides, f:through): Removed. |
84 |
|
(Version): Removed. |
85 |
|
(implementFeature): Removed. |
86 |
|
|
87 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |