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> |
59 |
|
|
60 |
|
* XMLParser.dis: Default attribute are now namespace aware. |
61 |
|
(parseString): Don't output |Document| warnings |
62 |
|
during tree construction to standard error output. |
63 |
|
|
64 |
|
2006-02-16 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and |
67 |
|
XML Namespace 1.1 is implemented. Namespace well-formedness |
68 |
|
error detection is implemented. Generates |Notation| nodes |
69 |
|
from notation declarations. |
70 |
|
(checkNCName, checkQName): New code fragments. |
71 |
|
|
72 |
|
* XDoctype.dis (DocumentXDoctype): Factory methods |
73 |
|
don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking| |
74 |
|
is |false|. |
75 |
|
|
76 |
|
* DOMCore.dis (wf-invalid-character-in-node-name, |
77 |
|
wf-invalid-character): Removed (moved to |MDOM:Tree| module). |
78 |
|
|
79 |
|
* Tree.dis '(wf-invalid-character-in-node-name, |
80 |
|
wf-invalid-character): New errors (from |MDOM:DOMCore| module). |
81 |
|
(Attr.specified): Setter added. |
82 |
|
(cfg:dtd-default-attributes): New configuration parameter. |
83 |
|
(Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME| |
84 |
|
if |Document.strictErrorChecking| is |false|. |
85 |
|
|
86 |
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
* XMLParser.dis: Set |allDeclarationsProcessed| |
* XMLParser.dis: Set |allDeclarationsProcessed| |