1 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Revised for new |daf| database format. |
4 |
|
|
5 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
8 |
|
module is added. |
9 |
|
|
10 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |
13 |
|
by mistake. |
14 |
|
|
15 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10| |
18 |
|
feature. |
19 |
|
|
20 |
|
* DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type. |
21 |
|
|
22 |
|
* DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|). |
23 |
|
(DOMImplementationLS.createLSParser): Implemented. |
24 |
|
(DOMImplementationLS.createLSInput): Revised. |
25 |
|
(LSInput): Note on relationship with |GenericLS| is added. |
26 |
|
|
27 |
|
* SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|). |
28 |
|
|
29 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |
32 |
|
is introduced. |
33 |
|
(async, busy): Implemented. |
34 |
|
(parseString): Removed. |
35 |
|
(parse, parseURI): Implemented. |
36 |
|
(xp:ls-input-to-input-file): New configuration parameter. |
37 |
|
(shiftChar): Gets character from current file handle |
38 |
|
rather than replacement text. Don't normalize |
39 |
|
line break characters for internal entities. Don't |
40 |
|
throw |xp:wf-legal-literal-character| error |
41 |
|
for |RestrictedChar| appearing in internal entities. |
42 |
|
(DISPerl:dpgDef): Call |close| for each entity filehandler. |
43 |
|
(_EntityDeclaration): Copy document URI and base URI |
44 |
|
to the entity's |$decl| object. |
45 |
|
(ParseError): New code fragment. |
46 |
|
(getCopyOfEntityState): Creates filehandle from replacement |
47 |
|
text. |
48 |
|
(xp-error-lines): Don't appends text if no replacement |
49 |
|
text is available. |
50 |
|
(error-handler): New configuration parameter application resource. |
51 |
|
(ManakaiDOMLSInputToInputFile): New class. |
52 |
|
(ManakaiDOMInputFile): New class. |
53 |
|
|
54 |
|
* Tree.dis (getNodeReference): A dereferencing was missing. |
55 |
|
|
56 |
|
* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties. |
57 |
|
|
58 |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
* XMLParser.dis: Default attribute are now namespace aware. |
* XMLParser.dis: Default attribute are now namespace aware. |