1 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
4 |
|
module is added. |
5 |
|
|
6 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |
9 |
|
by mistake. |
10 |
|
|
11 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10| |
14 |
|
feature. |
15 |
|
|
16 |
|
* DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type. |
17 |
|
|
18 |
|
* DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|). |
19 |
|
(DOMImplementationLS.createLSParser): Implemented. |
20 |
|
(DOMImplementationLS.createLSInput): Revised. |
21 |
|
(LSInput): Note on relationship with |GenericLS| is added. |
22 |
|
|
23 |
|
* SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|). |
24 |
|
|
25 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |
28 |
|
is introduced. |
29 |
|
(async, busy): Implemented. |
30 |
|
(parseString): Removed. |
31 |
|
(parse, parseURI): Implemented. |
32 |
|
(xp:ls-input-to-input-file): New configuration parameter. |
33 |
|
(shiftChar): Gets character from current file handle |
34 |
|
rather than replacement text. Don't normalize |
35 |
|
line break characters for internal entities. Don't |
36 |
|
throw |xp:wf-legal-literal-character| error |
37 |
|
for |RestrictedChar| appearing in internal entities. |
38 |
|
(DISPerl:dpgDef): Call |close| for each entity filehandler. |
39 |
|
(_EntityDeclaration): Copy document URI and base URI |
40 |
|
to the entity's |$decl| object. |
41 |
|
(ParseError): New code fragment. |
42 |
|
(getCopyOfEntityState): Creates filehandle from replacement |
43 |
|
text. |
44 |
|
(xp-error-lines): Don't appends text if no replacement |
45 |
|
text is available. |
46 |
|
(error-handler): New configuration parameter application resource. |
47 |
|
(ManakaiDOMLSInputToInputFile): New class. |
48 |
|
(ManakaiDOMInputFile): New class. |
49 |
|
|
50 |
|
* Tree.dis (getNodeReference): A dereferencing was missing. |
51 |
|
|
52 |
|
* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties. |
53 |
|
|
54 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* XMLParser.dis: Default attribute are now namespace aware. |
57 |
|
(parseString): Don't output |Document| warnings |
58 |
|
during tree construction to standard error output. |
59 |
|
|
60 |
|
2006-02-16 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and |
63 |
|
XML Namespace 1.1 is implemented. Namespace well-formedness |
64 |
|
error detection is implemented. Generates |Notation| nodes |
65 |
|
from notation declarations. |
66 |
|
(checkNCName, checkQName): New code fragments. |
67 |
|
|
68 |
|
* XDoctype.dis (DocumentXDoctype): Factory methods |
69 |
|
don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking| |
70 |
|
is |false|. |
71 |
|
|
72 |
|
* DOMCore.dis (wf-invalid-character-in-node-name, |
73 |
|
wf-invalid-character): Removed (moved to |MDOM:Tree| module). |
74 |
|
|
75 |
|
* Tree.dis '(wf-invalid-character-in-node-name, |
76 |
|
wf-invalid-character): New errors (from |MDOM:DOMCore| module). |
77 |
|
(Attr.specified): Setter added. |
78 |
|
(cfg:dtd-default-attributes): New configuration parameter. |
79 |
|
(Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME| |
80 |
|
if |Document.strictErrorChecking| is |false|. |
81 |
|
|
82 |
|
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* XMLParser.dis: Set |allDeclarationsProcessed| |
85 |
|
attribute of the |Document| node. Don't process entity |
86 |
|
and attribute definition list declarations after |
87 |
|
unread parameter entity reference. Warns if an attribute definition is |
88 |
|
ignored (|xp:warning-attribute-definition-ignored|). Set |
89 |
|
flags whether predefined entities are declared or not. |
90 |
|
WFC error |xp:wf-pes-in-internal-subset| is implemented. |
91 |
|
|
92 |
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
* XMLParser.dis: Issues |xp:error-internal-predefined-entity| error |
* XMLParser.dis: Issues |xp:error-internal-predefined-entity| error |