1 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (CommentDeclaration): |STRING| is now |
4 |
|
defined as a |?default-token|. |
5 |
|
(XMLTests): Tests for |Char - RestrictedChar| matchness, |
6 |
|
comment declarations, cdata sections, and |MSE| in |content| |
7 |
|
added. |
8 |
|
(XMLTests/PerlDef): Bug fixed: |pop| -> |shift|. |
9 |
|
(get-location-from-token): |$token->{location_d}| |
10 |
|
for |?default-token| column counting support added. |
11 |
|
|
12 |
|
* DOMCore.dis (c:erred): It is now a |DISCore:OrderedList| property. |
13 |
|
|
14 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Tree.dis (createProcessingInstruction): Don't |
17 |
|
throw |MDOMX:MDOM_BAD_NAME| exception if |Document.strictErrorChecking| |
18 |
|
is |false|. |
19 |
|
|
20 |
|
* XMLParser.dis (parseString): Initializes |$self->{location}|. |
21 |
|
It enables improved error position report. |
22 |
|
(XDO): It now includes |S+| following target name |xml| as |
23 |
|
part of the token. (PI with target starting with |xml| |
24 |
|
was unable to be placed at the beginning of the document entity.) |
25 |
|
(_ProcessingInstruction, _ProcessingInstructionDTD): Creates |
26 |
|
a processing instruction node with |#INVALID| node name |
27 |
|
if target name is not given and recovered from the error. |
28 |
|
(S): Variable |$s| added. |
29 |
|
(XMLTests): Tests for XML declarations and processing |
30 |
|
instructions are added. Prints error type name if unexpected |
31 |
|
error with severity of error or fatal error has been reported. |
32 |
|
Catch unexpected exceptions thrown in parser (different |
33 |
|
from |LSException|), prints its message, and invoke |$test->not_ok| |
34 |
|
for the ease of testing. |
35 |
|
(xp:get-location-from-token): Location values now take |$self->{char}| |
36 |
|
stack into acount. |
37 |
|
|
38 |
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
* XMLParser.dis (shiftChar): Line and column number counting |
* XMLParser.dis (shiftChar): Line and column number counting |