1 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
4 |
|
|
5 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
6 |
|
|
7 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
8 |
|
|
9 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
12 |
|
any |%|s in |xdp:attr-definition| children. |
13 |
|
|
14 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
17 |
|
name property is added. |
18 |
|
|
19 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* XDP.dis (createXDPIf): New method. |
22 |
|
(XDPIfElement): New interface. |
23 |
|
|
24 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
27 |
|
New methods. |
28 |
|
|
29 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
32 |
|
are added. |
33 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
34 |
|
|
35 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Traversal.dis (SerialWalker): New interface. |
38 |
|
(manakaiCreateSerialWalker): New method. |
39 |
|
|
40 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
43 |
|
rather than |&{}| dereferencing. |
44 |
|
(acceptNode): Implemented. |
45 |
|
|
46 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* XDP.dis: New module. |
49 |
|
|
50 |
|
* Makefile: |XDP.dis| is added. |
51 |
|
|
52 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
53 |
|
and |OutputProcessor| are added. |
54 |
|
|
55 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
58 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
59 |
|
is added. The |FILTER_REJECT| value is treated |
60 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
61 |
|
rejected subtree as specified in the spec. |
62 |
|
|
63 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
66 |
|
|
67 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
70 |
|
|
71 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* .cvsignore: Updated. |
74 |
|
|
75 |
|
* Traversal.dis: Unused declarations are removed. |
76 |
|
|
77 |
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
* CharacterData.dis (Require): A reference to |
* CharacterData.dis (Require): A reference to |