1 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
4 |
|
or not. Normalize end-of-lines. |
5 |
|
(rule _XMLDeclaration_): Implemented. |
6 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
7 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
8 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
9 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
10 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
11 |
|
|wf-legal-character| added. |
12 |
|
(%character-code-point): New formatter rule. |
13 |
|
|
14 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
15 |
|
|
16 |
|
* DOMCore.dis (DOMError.stringify): Added. |
17 |
|
(error-handler.default): Returns |false| (don't continue) |
18 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
19 |
|
|
20 |
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
* XMLParser.dis (DocumentEntity): Typos fixed. |
* XMLParser.dis (DocumentEntity): Typos fixed. |