1 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDoctype.dis (appendChild): New method implementation. |
4 |
|
|
5 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
8 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
9 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
10 |
|
|
11 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
12 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
13 |
|
Notation.appendChild): New method implementation. |
14 |
|
|
15 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
16 |
|
|
17 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
18 |
|
|
19 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
22 |
|
|
23 |
|
* Tree.dis (createAttribute, createAttributeNS, |
24 |
|
setAttribute, setAttributeNS): They now supports |
25 |
|
the |cfg:xml-id| configuration parameter. |
26 |
|
(cfg:xml-id): New configuration parameter. |
27 |
|
|
28 |
|
* XDoctype.dis (createAttributeDefinition): It now |
29 |
|
supports the |cfg:xml-id| configuration parameter. |
30 |
|
|
31 |
|
* XMLParser.dis (parse): It now supports |
32 |
|
the |cfg:xml-id| configuration parameter. |
33 |
|
|
34 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
37 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
38 |
|
document created. |
39 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
40 |
|
property of the created node. |
41 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
42 |
|
of the created node. |
43 |
|
(ls-input-to-input-file.default): Sets the resolved |
44 |
|
system identifier to the |documentURI| attribute if available. |
45 |
|
Sets the |baseURI| attribute if available. |
46 |
|
|
47 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |