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> |
21 |
|
|
22 |
|
* XMLParser.dis (DocumentEntity): Typos fixed. |
23 |
|
(|lexmode|s): New |?default-token| statements are used |
24 |
|
so that tokenizer description has been simplified |
25 |
|
and CDATA sections now can be parsed. |
26 |
|
|
27 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* XMLParser.dis: Some modifications made. |
30 |
|
|
31 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
34 |
|
global named resource. |
35 |
|
|
36 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
37 |
|
|
38 |
|
* XMLParser.dis: New file. |
39 |
|
|
40 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
43 |
|
message formatter can now vary by error types. |
44 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
45 |
|
|
46 |
|
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* DOMCore.dis (DOMLocator): Implemented. |
49 |
|
|
50 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
53 |
|
domConfigurationParameter): New resources. |
54 |
|
|
55 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
58 |
|
New methods. |
59 |
|
|
60 |
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |