1 |
|
2006-02-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (_GeneralEntityReferenceAE): The |xp:wf-entity-declared| |
4 |
|
WFC error is implemented. |
5 |
|
|
6 |
|
2006-02-13 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* XMLParser.dis: Set |cfg:clone-entity-reference-subtree| |
9 |
|
configuration parameter |true| during tree construction |
10 |
|
to ensure default attribute value is cloned as is |
11 |
|
including entity reference subtree. |
12 |
|
|
13 |
|
* Tree.dis (cfg:clone-entity-reference-subtree): New configuration |
14 |
|
parameter. |
15 |
|
(Node.cloneNode): The |cfg:clone-entity-reference-subtree| |
16 |
|
configuration parameter support is added. |
17 |
|
|
18 |
|
2006-02-12 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* XMLParser.dis (parseString): General |Entity| replacement |
21 |
|
tree is not constructed because of a typo. Clears |EntityReference| |
22 |
|
content before constructing |Entity| replacement tree. |
23 |
|
The |xp:wf-entity-declared| well-formedness constraint |
24 |
|
for entity references in attribute value literal is implemented. |
25 |
|
|
26 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* XMLParser.dis: |xp:wf-entity-declared| well-formedness |
29 |
|
constaraint for entity references that appear in |
30 |
|
content of elements is implemented. Set |EntityReference.isExpanded| |
31 |
|
attribute. |
32 |
|
(getEmptyEntityState): New code. |
33 |
|
|
34 |
|
* XDoctype.dis (DocumentTypeDefinition.nodeType): Duplicate |
35 |
|
definition is removed. |
36 |
|
|
37 |
|
* DOMXML.dis (Entity.isExternallyDeclared): New attribute. |
38 |
|
(EntityReference.isExpanded): Setter is added. |
39 |
|
|
40 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* XMLParser.dis: |xp:wf-no-lt-in-attribute-values| |
43 |
|
and |xp:wf-no-external-entity-references| well-formedness |
44 |
|
constraints are implemented. |
45 |
|
|
46 |
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* XMLParser.dis ($self->{has_error}): Removed. |
* XMLParser.dis ($self->{has_error}): Removed. |