1 |
|
2006-02-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion| |
4 |
|
WFC errors are implemented. Reports a |xp:wf-syntax-error| |
5 |
|
if a parameter entity declaration contains |NDATA| keyword. |
6 |
|
(setEmptyEntityState): Set |name| attribute. |
7 |
|
|
8 |
|
* Tree.dis (createEntityReference): Don't enter into inifinite |
9 |
|
loop even if entity replacement tree contains recursive |
10 |
|
reference directly or indirectly. |
11 |
|
|
12 |
|
2006-02-13 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* XMLParser.dis (_GeneralEntityReferenceAE): The |xp:wf-entity-declared| |
15 |
|
WFC error is implemented. |
16 |
|
|
17 |
|
2006-02-13 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* XMLParser.dis: Set |cfg:clone-entity-reference-subtree| |
20 |
|
configuration parameter |true| during tree construction |
21 |
|
to ensure default attribute value is cloned as is |
22 |
|
including entity reference subtree. |
23 |
|
|
24 |
|
* Tree.dis (cfg:clone-entity-reference-subtree): New configuration |
25 |
|
parameter. |
26 |
|
(Node.cloneNode): The |cfg:clone-entity-reference-subtree| |
27 |
|
configuration parameter support is added. |
28 |
|
|
29 |
|
2006-02-12 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* XMLParser.dis (parseString): General |Entity| replacement |
32 |
|
tree is not constructed because of a typo. Clears |EntityReference| |
33 |
|
content before constructing |Entity| replacement tree. |
34 |
|
The |xp:wf-entity-declared| well-formedness constraint |
35 |
|
for entity references in attribute value literal is implemented. |
36 |
|
|
37 |
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
* XMLParser.dis: |xp:wf-entity-declared| well-formedness |
* XMLParser.dis: |xp:wf-entity-declared| well-formedness |