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