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