1 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (shiftChar): Line and column number counting |
4 |
|
is fixed. Although the DOM Level 3 Core specification |
5 |
|
is unclear about whether the first number is zero or one, |
6 |
|
in most programs the first line is "one" and |
7 |
|
the first column is "one", manakai follows the practice. |
8 |
|
(_XMLDeclaration): Don't set |xmlStandalone| value |
9 |
|
if |standalone| pseudo-attribute value is |no|. XML declaration |
10 |
|
tests (successful cases) added. |
11 |
|
(xp:get-location-from-token): Sets |lineNumber| and |columnNumber| |
12 |
|
properties. |
13 |
|
|
14 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* XMLParser.dis (XMLTests): Tests for |c:erred| is supported. |
17 |
|
|
18 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* DOMCore.dis (c:erred): New property. |
21 |
|
(c:DOMErrorType): It should have been a subset |
22 |
|
of |ecore:AnyErrorCode|. |
23 |
|
|
24 |
|
* XMLParser.dis (XMLTests): Empty input tests added. |
25 |
|
|
26 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* XDoctype.dis (d:Feature): New canonical feature |
29 |
|
name |fe:XDoctype| is added. |
30 |
|
|
31 |
|
* XMLParser.dis: Predefined general entity references |
32 |
|
are implemented. Creates |Entity| nodes from general entities |
33 |
|
declared in internal subset. |Entity| nodes created from internal |
34 |
|
general parsed entities now have replacement tree. |
35 |
|
Sets |cfg:entity-reference-read-only| flag off during |
36 |
|
the tree generation. Some parsing rules use |$self->{doc}| |
37 |
|
rather than |$doc| parameter. Similarly, |$self->{docx}| (document |
38 |
|
node with |fe:XDoctype| feature) and |$self->{dtdef}| are |
39 |
|
introduced. General entity references in attribute value literal |
40 |
|
are supported. |
41 |
|
|
42 |
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
* Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration |
* Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration |