/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.120 by wakaba, Sat Feb 11 05:05:45 2006 UTC revision 1.129 by wakaba, Thu Feb 16 20:03:18 2006 UTC
# Line 1  Line 1 
1    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XMLParser.dis: Default attribute are now namespace aware.
4            (parseString): Don't output |Document| warnings
5            during tree construction to standard error output.
6    
7    2006-02-16  Wakaba  <wakaba@suika.fam.cx>
8    
9            * XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and
10            XML Namespace 1.1 is implemented.  Namespace well-formedness
11            error detection is implemented.  Generates |Notation| nodes
12            from notation declarations.
13            (checkNCName, checkQName): New code fragments.
14    
15            * XDoctype.dis (DocumentXDoctype): Factory methods
16            don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking|
17            is |false|.
18    
19            * DOMCore.dis (wf-invalid-character-in-node-name,
20            wf-invalid-character): Removed (moved to |MDOM:Tree| module).
21    
22            * Tree.dis '(wf-invalid-character-in-node-name,
23            wf-invalid-character): New errors (from |MDOM:DOMCore| module).
24            (Attr.specified): Setter added.
25            (cfg:dtd-default-attributes): New configuration parameter.
26            (Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME|
27            if |Document.strictErrorChecking| is |false|.
28    
29    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
30    
31            * XMLParser.dis: Set |allDeclarationsProcessed|
32            attribute of the |Document| node.  Don't process entity
33            and attribute definition list declarations after
34            unread parameter entity reference.  Warns if an attribute definition is
35            ignored (|xp:warning-attribute-definition-ignored|).  Set
36            flags whether predefined entities are declared or not.
37            WFC error |xp:wf-pes-in-internal-subset| is implemented.
38    
39    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
40    
41            * XMLParser.dis: Issues |xp:error-internal-predefined-entity| error
42            if a predefined entity declaration references an external entity.
43            Issues |xp:error-malformed-predefined-entity| error if
44            a predefined entity declaration defines different thing than
45            one as in XML specification.  
46            Issies |xp:warning-entity-declaration-ignored| warning if
47            more than one entity declarations for an entity is found.
48            (WFErrDef): Now all well-formedness errors are marked
49            as |SEVERITY_FATAL_ERROR|.
50    
51            * XDoctype.dis (DocumentXDoctype.createDocumentTypeDefinition): Creates
52            predefined entity declarations.
53            (DocumentXDoctype.createNotation): New method.
54            (DocumentTypeDefinition.notations): New attribute.
55            (DocumentTypeDefinition.getNotationNode): New method.
56            (DocumentTypeDefinition.setNotationNode): New method.
57            (newNotationForTest): New code fragment.
58    
59            * Tree.dis (ManakaiDOMXML:ManakaiDOMNotations): Removed.
60            (c:ManakaiDOMNotationMap): New class.
61            (c:ManakaiDOMNotationMapArray): New class.
62            (Document.allDeclarationsProcessed): New attribute.
63    
64            * DOMXML.dis (DocumentType.notations): Implemented.
65            (Notation): Revised.
66            (Notation.ownerDocumentTypeDefinition): New attribute.
67    
68    2006-02-14  Wakaba  <wakaba@suika.fam.cx>
69    
70            * XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion|
71            WFC errors are implemented.  Reports a |xp:wf-syntax-error|
72            if a parameter entity declaration contains |NDATA| keyword.
73            (setEmptyEntityState): Set |name| attribute.
74    
75            * Tree.dis (createEntityReference): Don't enter into inifinite
76            loop even if entity replacement tree contains recursive
77            reference directly or indirectly.
78    
79    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
80    
81            * XMLParser.dis (_GeneralEntityReferenceAE): The |xp:wf-entity-declared|
82            WFC error is implemented.
83    
84    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
85    
86            * XMLParser.dis: Set |cfg:clone-entity-reference-subtree|
87            configuration parameter |true| during tree construction
88            to ensure default attribute value is cloned as is
89            including entity reference subtree.
90    
91            * Tree.dis (cfg:clone-entity-reference-subtree): New configuration
92            parameter.
93            (Node.cloneNode): The |cfg:clone-entity-reference-subtree|
94            configuration parameter support is added.
95    
96    2006-02-12  Wakaba  <wakaba@suika.fam.cx>
97    
98            * XMLParser.dis (parseString): General |Entity| replacement
99            tree is not constructed because of a typo.  Clears |EntityReference|
100            content before constructing |Entity| replacement tree.
101            The |xp:wf-entity-declared| well-formedness constraint
102            for entity references in attribute value literal is implemented.
103    
104    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
105    
106            * XMLParser.dis: |xp:wf-entity-declared| well-formedness
107            constaraint for entity references that appear in
108            content of elements is implemented.   Set |EntityReference.isExpanded|
109            attribute.
110            (getEmptyEntityState): New code.
111    
112            * XDoctype.dis (DocumentTypeDefinition.nodeType): Duplicate
113            definition is removed.
114    
115            * DOMXML.dis (Entity.isExternallyDeclared): New attribute.
116            (EntityReference.isExpanded): Setter is added.
117    
118    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
119    
120            * XMLParser.dis: |xp:wf-no-lt-in-attribute-values|
121            and |xp:wf-no-external-entity-references| well-formedness
122            constraints are implemented.
123    
124  2006-02-11  Wakaba  <wakaba@suika.fam.cx>  2006-02-11  Wakaba  <wakaba@suika.fam.cx>
125    
126          * XMLParser.dis ($self->{has_error}): Removed.          * XMLParser.dis ($self->{has_error}): Removed.

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.129

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24