1 |
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis: Updated so that it can be used |
4 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
5 |
|
and |XML.pm|. Set the read-only flag to |
6 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
7 |
|
|
8 |
|
* Node.dis (textContent): It did not handle descendant |
9 |
|
element and entity reference nodes. |
10 |
|
|
11 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
12 |
|
definition has been changed to return only explicit |
13 |
|
base URI specification. |
14 |
|
|
15 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
16 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
17 |
|
|
18 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
19 |
|
|
20 |
|
* Tree.pm, DOMXML.pm: Removed. |
21 |
|
|
22 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
23 |
|
to the CVS repository since they are necessary to |
24 |
|
build the dis library. |
25 |
|
|
26 |
|
* Makefile: Sync'ed to new modules disposition. |
27 |
|
|
28 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
31 |
removed. For |Element.pm| and |Document.pm| are added. |
removed. For |Element.pm| and |Document.pm| are added. |
32 |
|
|