1 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Revised for new |daf| database format. |
4 |
|
|
5 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
8 |
|
module is added. |
9 |
|
|
10 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |
13 |
|
by mistake. |
14 |
|
|
15 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10| |
18 |
|
feature. |
19 |
|
|
20 |
|
* DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type. |
21 |
|
|
22 |
|
* DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|). |
23 |
|
(DOMImplementationLS.createLSParser): Implemented. |
24 |
|
(DOMImplementationLS.createLSInput): Revised. |
25 |
|
(LSInput): Note on relationship with |GenericLS| is added. |
26 |
|
|
27 |
|
* SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|). |
28 |
|
|
29 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |
32 |
|
is introduced. |
33 |
|
(async, busy): Implemented. |
34 |
|
(parseString): Removed. |
35 |
|
(parse, parseURI): Implemented. |
36 |
|
(xp:ls-input-to-input-file): New configuration parameter. |
37 |
|
(shiftChar): Gets character from current file handle |
38 |
|
rather than replacement text. Don't normalize |
39 |
|
line break characters for internal entities. Don't |
40 |
|
throw |xp:wf-legal-literal-character| error |
41 |
|
for |RestrictedChar| appearing in internal entities. |
42 |
|
(DISPerl:dpgDef): Call |close| for each entity filehandler. |
43 |
|
(_EntityDeclaration): Copy document URI and base URI |
44 |
|
to the entity's |$decl| object. |
45 |
|
(ParseError): New code fragment. |
46 |
|
(getCopyOfEntityState): Creates filehandle from replacement |
47 |
|
text. |
48 |
|
(xp-error-lines): Don't appends text if no replacement |
49 |
|
text is available. |
50 |
|
(error-handler): New configuration parameter application resource. |
51 |
|
(ManakaiDOMLSInputToInputFile): New class. |
52 |
|
(ManakaiDOMInputFile): New class. |
53 |
|
|
54 |
|
* Tree.dis (getNodeReference): A dereferencing was missing. |
55 |
|
|
56 |
|
* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties. |
57 |
|
|
58 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* XMLParser.dis: Default attribute are now namespace aware. |
61 |
|
(parseString): Don't output |Document| warnings |
62 |
|
during tree construction to standard error output. |
63 |
|
|
64 |
|
2006-02-16 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and |
67 |
|
XML Namespace 1.1 is implemented. Namespace well-formedness |
68 |
|
error detection is implemented. Generates |Notation| nodes |
69 |
|
from notation declarations. |
70 |
|
(checkNCName, checkQName): New code fragments. |
71 |
|
|
72 |
|
* XDoctype.dis (DocumentXDoctype): Factory methods |
73 |
|
don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking| |
74 |
|
is |false|. |
75 |
|
|
76 |
|
* DOMCore.dis (wf-invalid-character-in-node-name, |
77 |
|
wf-invalid-character): Removed (moved to |MDOM:Tree| module). |
78 |
|
|
79 |
|
* Tree.dis '(wf-invalid-character-in-node-name, |
80 |
|
wf-invalid-character): New errors (from |MDOM:DOMCore| module). |
81 |
|
(Attr.specified): Setter added. |
82 |
|
(cfg:dtd-default-attributes): New configuration parameter. |
83 |
|
(Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME| |
84 |
|
if |Document.strictErrorChecking| is |false|. |
85 |
|
|
86 |
|
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* XMLParser.dis: Set |allDeclarationsProcessed| |
89 |
|
attribute of the |Document| node. Don't process entity |
90 |
|
and attribute definition list declarations after |
91 |
|
unread parameter entity reference. Warns if an attribute definition is |
92 |
|
ignored (|xp:warning-attribute-definition-ignored|). Set |
93 |
|
flags whether predefined entities are declared or not. |
94 |
|
WFC error |xp:wf-pes-in-internal-subset| is implemented. |
95 |
|
|
96 |
|
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* XMLParser.dis: Issues |xp:error-internal-predefined-entity| error |
99 |
|
if a predefined entity declaration references an external entity. |
100 |
|
Issues |xp:error-malformed-predefined-entity| error if |
101 |
|
a predefined entity declaration defines different thing than |
102 |
|
one as in XML specification. |
103 |
|
Issies |xp:warning-entity-declaration-ignored| warning if |
104 |
|
more than one entity declarations for an entity is found. |
105 |
|
(WFErrDef): Now all well-formedness errors are marked |
106 |
|
as |SEVERITY_FATAL_ERROR|. |
107 |
|
|
108 |
|
* XDoctype.dis (DocumentXDoctype.createDocumentTypeDefinition): Creates |
109 |
|
predefined entity declarations. |
110 |
|
(DocumentXDoctype.createNotation): New method. |
111 |
|
(DocumentTypeDefinition.notations): New attribute. |
112 |
|
(DocumentTypeDefinition.getNotationNode): New method. |
113 |
|
(DocumentTypeDefinition.setNotationNode): New method. |
114 |
|
(newNotationForTest): New code fragment. |
115 |
|
|
116 |
|
* Tree.dis (ManakaiDOMXML:ManakaiDOMNotations): Removed. |
117 |
|
(c:ManakaiDOMNotationMap): New class. |
118 |
|
(c:ManakaiDOMNotationMapArray): New class. |
119 |
|
(Document.allDeclarationsProcessed): New attribute. |
120 |
|
|
121 |
|
* DOMXML.dis (DocumentType.notations): Implemented. |
122 |
|
(Notation): Revised. |
123 |
|
(Notation.ownerDocumentTypeDefinition): New attribute. |
124 |
|
|
125 |
|
2006-02-14 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion| |
128 |
|
WFC errors are implemented. Reports a |xp:wf-syntax-error| |
129 |
|
if a parameter entity declaration contains |NDATA| keyword. |
130 |
|
(setEmptyEntityState): Set |name| attribute. |
131 |
|
|
132 |
|
* Tree.dis (createEntityReference): Don't enter into inifinite |
133 |
|
loop even if entity replacement tree contains recursive |
134 |
|
reference directly or indirectly. |
135 |
|
|
136 |
|
2006-02-13 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* XMLParser.dis (_GeneralEntityReferenceAE): The |xp:wf-entity-declared| |
139 |
|
WFC error is implemented. |
140 |
|
|
141 |
|
2006-02-13 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* XMLParser.dis: Set |cfg:clone-entity-reference-subtree| |
144 |
|
configuration parameter |true| during tree construction |
145 |
|
to ensure default attribute value is cloned as is |
146 |
|
including entity reference subtree. |
147 |
|
|
148 |
|
* Tree.dis (cfg:clone-entity-reference-subtree): New configuration |
149 |
|
parameter. |
150 |
|
(Node.cloneNode): The |cfg:clone-entity-reference-subtree| |
151 |
|
configuration parameter support is added. |
152 |
|
|
153 |
|
2006-02-12 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* XMLParser.dis (parseString): General |Entity| replacement |
156 |
|
tree is not constructed because of a typo. Clears |EntityReference| |
157 |
|
content before constructing |Entity| replacement tree. |
158 |
|
The |xp:wf-entity-declared| well-formedness constraint |
159 |
|
for entity references in attribute value literal is implemented. |
160 |
|
|
161 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* XMLParser.dis: |xp:wf-entity-declared| well-formedness |
164 |
|
constaraint for entity references that appear in |
165 |
|
content of elements is implemented. Set |EntityReference.isExpanded| |
166 |
|
attribute. |
167 |
|
(getEmptyEntityState): New code. |
168 |
|
|
169 |
|
* XDoctype.dis (DocumentTypeDefinition.nodeType): Duplicate |
170 |
|
definition is removed. |
171 |
|
|
172 |
|
* DOMXML.dis (Entity.isExternallyDeclared): New attribute. |
173 |
|
(EntityReference.isExpanded): Setter is added. |
174 |
|
|
175 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* XMLParser.dis: |xp:wf-no-lt-in-attribute-values| |
178 |
|
and |xp:wf-no-external-entity-references| well-formedness |
179 |
|
constraints are implemented. |
180 |
|
|
181 |
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
* XMLParser.dis ($self->{has_error}): Removed. |
* XMLParser.dis ($self->{has_error}): Removed. |