1 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Tree.dis (getAttribute): Returns |null| if there |
4 |
|
is no attribute in |ManakaiDOM:DOMLatest| for compatibility |
5 |
|
with Web browser implementations. |
6 |
|
(getAttributeNS): It returned |null| if there |
7 |
|
is no attribute in any |For| unintentionally. It now |
8 |
|
returns an empty string in DOM levels less than or equals |
9 |
|
to three. |
10 |
|
|
11 |
|
* XMLParser.dis (shiftChar): Fixed not to be warned as |
12 |
|
uninitialized value or substring out of range. |
13 |
|
|
14 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DOMXML.dis (DocumentType.childNodes): Removed |
17 |
|
from |ManakaiDOM:ManakaiDOMLatest| variant. |
18 |
|
|
19 |
|
* XMLParser.dis: Parsing of general internal entities implemented. |
20 |
|
(_DocumentTypeDeclaration): Appends a document type definition |
21 |
|
node to the document. |
22 |
|
(_ProcessingInstructionDTD): Appends a processing |
23 |
|
instruction node to the document type definition. |
24 |
|
(Element_): Document element could not be an |EmptyElemTag|. |
25 |
|
|
26 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
29 |
|
code (seprated from |InputProcessor|). Now |
30 |
|
a |features| parameter's version can be specified by |
31 |
|
an array reference that contains a set of version |
32 |
|
numbers. A test added. |
33 |
|
|
34 |
|
* XMLParser.dis: A test added. |
35 |
|
|
36 |
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
* DOMCore.dis (Test): Don't invoke |DESTROY| method |