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