1 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
4 |
|
|
5 |
|
* Tree.dis (createAttribute, createAttributeNS, |
6 |
|
setAttribute, setAttributeNS): They now supports |
7 |
|
the |cfg:xml-id| configuration parameter. |
8 |
|
(cfg:xml-id): New configuration parameter. |
9 |
|
|
10 |
|
* XDoctype.dis (createAttributeDefinition): It now |
11 |
|
supports the |cfg:xml-id| configuration parameter. |
12 |
|
|
13 |
|
* XMLParser.dis (parse): It now supports |
14 |
|
the |cfg:xml-id| configuration parameter. |
15 |
|
|
16 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
19 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
20 |
|
document created. |
21 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
22 |
|
property of the created node. |
23 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
24 |
|
of the created node. |
25 |
|
(ls-input-to-input-file.default): Sets the resolved |
26 |
|
system identifier to the |documentURI| attribute if available. |
27 |
|
Sets the |baseURI| attribute if available. |
28 |
|
|
29 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
32 |
|
(Node.baseURI): New attribute implementations. |
33 |
|
(declarationBaseURI): Setter is added. |
34 |
|
(manakaiDeclarationBaseURI): New attribute. |
35 |
|
|
36 |
|
* Tree.dis (Require): A reference to the |MURI:Generic| |
37 |
|
module is added. |
38 |
|
(Node.baseURI): The implementation is revised. |
39 |
|
(getNodeReference): Attribute node classes specialized |
40 |
|
to attribute names are supported. |
41 |
|
(contentBaseURI, htmlBaseURI): Removed. |
42 |
|
(manakaiEntityBaseURI): New attribute. |
43 |
|
(ManakaiDOMImplementationDocument): It now inherits |
44 |
|
the |urigen:URIImplementation| class. |
45 |
|
|
46 |
|
* DOMMain.dis (isRelativeDOMURI): The definition |
47 |
|
of the URI scheme is synced with |Message::URI::Generic|'s |
48 |
|
one. |
49 |
|
|
50 |
|
* DOMXML.dis (Require): A reference to |DISlib:DISMarkup| |
51 |
|
module is added. |
52 |
|
(DocumentType.implementation): New attribute. |
53 |
|
(Node.baseURI): Implementations are added. |
54 |
|
(manakaiDeclarationBaseURI): New attributes. |
55 |
|
(manakaiEntityBaseURI): New attributes. |
56 |
|
(manakaiEntityURI): New attribute. |
57 |
|
(manakaiExternal): New attribute. |
58 |
|
(manakaiBaseURI): New attribute. |
59 |
|
(ManakaiDOMXMLBaseAttr): New class. |
60 |
|
|
61 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |
64 |
|
module was missing. |
65 |
|
|
66 |
|
* ManakaiDOMLS2003.dis: Some property names was incorrect. |
67 |
|
|
68 |
|
* Makefile (distclean): New rule. |
69 |
|
|
70 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMLS.dis: Removed from the CVS repository, since |
73 |
|
it has been no longer required to make the |daf| system |
74 |
|
itself. |
75 |
|
|
76 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* Makefile: Revised for new |daf| database format. |
79 |
|
|
80 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
83 |
|
module is added. |
84 |
|
|
85 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |
88 |
|
by mistake. |
89 |
|
|
90 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10| |
93 |
|
feature. |
94 |
|
|
95 |
|
* DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type. |
96 |
|
|
97 |
|
* DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|). |
98 |
|
(DOMImplementationLS.createLSParser): Implemented. |
99 |
|
(DOMImplementationLS.createLSInput): Revised. |
100 |
|
(LSInput): Note on relationship with |GenericLS| is added. |
101 |
|
|
102 |
|
* SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|). |
103 |
|
|
104 |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |