1 |
wakaba |
1.25 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* SuikaWikiConfig21.dis (valueRef, nodeIDRef): New attributes. |
4 |
|
|
|
5 |
wakaba |
1.24 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
|
7 |
|
|
* SuikaWikiConfig21.dis: Use object method getNodeReference |
8 |
|
|
as far as possible (rather than class method) for DIS |
9 |
|
|
nodes that overrides lookupNamespaceURI method. |
10 |
|
|
|
11 |
wakaba |
1.23 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
|
13 |
|
|
* Makefile: Rules changed so that ../DOM/core.dac is |
14 |
|
|
used to construct SuikaWikiConfig21.pm. |
15 |
|
|
|
16 |
|
|
* SuikaWikiConfig21.dis (SWCFGElement, SWCFGDocument, |
17 |
|
|
SWCFGComment, SWCFGDocumentFragment): They no longer |
18 |
|
|
inherits the SWCFGNode interface to avoid diamond |
19 |
|
|
inheritance in DIS interfaces. |
20 |
|
|
|
21 |
|
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
|
23 |
|
|
* SuikaWikiConfig21.dis: Now based on ManakaiNode NodeStem |
24 |
|
|
framework. |
25 |
|
|
|
26 |
wakaba |
1.22 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
|
28 |
|
|
* SuikaWikiConfig21.dis (ExceptionDef): "DIS:UNDECLARED_NS_PREFIX_ERR" |
29 |
|
|
moved from "lib/Message/Util/DIS.dis". |
30 |
|
|
(lookupNamespaceURI): Raises undeclared prefix exception |
31 |
|
|
if prefix is not defined. |
32 |
|
|
(expandNamespace, expandETBinding and other methods): Raises |
33 |
|
|
undeclared prefix exception if prefix is not defined. |
34 |
|
|
|
35 |
|
|
* SuikaWikiConfig21.dis (IFClassDef[ManakaiSWCFGImplementation]): Inherit |
36 |
|
|
ManakaiDOMMinimumImplementation. |
37 |
|
|
|
38 |
wakaba |
1.21 |
2005-02-28 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
|
40 |
|
|
* SuikaWikiConfig21.dis (SWCFGNode.nodeID): New attribute. |
41 |
|
|
|
42 |
wakaba |
1.20 |
2005-02-27 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
|
44 |
|
|
* SuikaWikiConfig21.dis (IFClassDef[appendNode]): Infinite-loop |
45 |
|
|
bug fixed. |
46 |
|
|
(Method[expandedURI]): Shadow name support. |
47 |
|
|
(expandETBinding): Set "namespaceExpanded" property true, not |
48 |
|
|
to be broken by "expandNamespace" later. |
49 |
|
|
|
50 |
wakaba |
1.19 |
2005-02-19 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
|
52 |
|
|
* SuikaWikiConfig21.dis: Namespace support added. |
53 |
|
|
(SWCFGParser.parse): Implemented. |
54 |
|
|
|
55 |
wakaba |
1.18 |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
|
57 |
|
|
* Makefile: New file. |
58 |
|
|
|
59 |
|
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
|
61 |
|
|
* SuikaWikiConfig21.dis: New module. |
62 |
|
|
|
63 |
wakaba |
1.17 |
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
|
65 |
|
|
* XML.pm: Don't use '#' in qw//. |
66 |
|
|
|
67 |
wakaba |
1.16 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
|
69 |
|
|
* SuikaWikiConfig20/: New directory. |
70 |
|
|
|
71 |
wakaba |
1.15 |
2003-11-08 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
|
73 |
|
|
* XML.pm (qname): Use new option of 'use_xml' and 'use_xmlns'. |
74 |
|
|
(defined_new_namespace): Likewise. |
75 |
|
|
|
76 |
wakaba |
1.14 |
2003-11-01 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
|
78 |
|
|
* XML.pm (inner_xml): s/-$/-/ if #comment node. |
79 |
|
|
|
80 |
wakaba |
1.13 |
2003-10-31 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
|
82 |
|
|
* XML.pm (get_attribute_value): New. |
83 |
|
|
(_get_ns_decls_node): 'default': New option. |
84 |
|
|
|
85 |
wakaba |
1.11 |
2003-09-30 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
|
87 |
wakaba |
1.12 |
* XML.pm: Use Message::Markup::XML::QName. |
88 |
wakaba |
1.11 |
|
89 |
wakaba |
1.10 |
2003-09-07 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
|
91 |
|
|
* XML.pm: Change SuikaWiki:: -> Message::. |
92 |
|
|
|
93 |
wakaba |
1.9 |
2003-08-19 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
|
95 |
|
|
* XML.pm (expanded_name): New method. |
96 |
|
|
|
97 |
|
|
2003-08-07 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
|
99 |
|
|
* SuikaWikiConfig20.pm: New module. |
100 |
|
|
|
101 |
w |
1.8 |
2003-07-12 Wakaba <w@suika.fam.cx> |
102 |
|
|
|
103 |
|
|
* XML.pm (target_name): Removed. |
104 |
|
|
(inner_xml): Reimplement ENTITY declaration outputing. |
105 |
|
|
|
106 |
wakaba |
1.7 |
2003-06-29 Wakaba <w@suika.fam.cx> |
107 |
|
|
|
108 |
|
|
* XML.pm: INCLUDE/IGNORE marked section is supported. |
109 |
|
|
|
110 |
wakaba |
1.6 |
2003-06-27 Wakaba <w@suika.fam.cx> |
111 |
|
|
|
112 |
|
|
* XML.pm (remove_references): Remove 'smxp__defined_with_param_ref' flag |
113 |
|
|
to remove parameter references in the ENTITY declaration. |
114 |
|
|
|
115 |
|
|
2003-06-26 Wakaba <w@suika.fam.cx> |
116 |
|
|
|
117 |
|
|
* XML.pm (_resolve_relative_uri_by_parent): New functions. |
118 |
|
|
|
119 |
|
|
2003-06-23 Wakaba <w@suika.fam.cx> |
120 |
|
|
|
121 |
|
|
* XML.pm (base_uri, resolve_relative_uri): New functions. |
122 |
|
|
|
123 |
wakaba |
1.5 |
2003-06-16 Wakaba <w@suika.fam.cx> |
124 |
|
|
|
125 |
|
|
* XML.pm: Some bug fixes and addition of features to support |
126 |
|
|
SuikaWiki::Markup::XML::Parser. |
127 |
|
|
|
128 |
wakaba |
1.4 |
2003-05-25 Wakaba <w@offweb.ddo.jp> |
129 |
|
|
|
130 |
|
|
* XML.pm (new): Support new arguments, 'qname' and 'namespace_prefix'. |
131 |
|
|
(_ns_parse_qname): New. |
132 |
|
|
(namespace_prefix): New. |
133 |
|
|
|
134 |
wakaba |
1.3 |
2003-05-24 Wakaba <w@offweb.ddo.jp> |
135 |
|
|
|
136 |
|
|
* XML/: New directory. |
137 |
|
|
* XML.pm: Update to support XML/Parser.pm. |
138 |
wakaba |
1.4 |
* TODO: New. |
139 |
wakaba |
1.3 |
|
140 |
|
|
2003-05-11 Wakaba <w@offweb.ddo.jp> |
141 |
|
|
|
142 |
|
|
* XML.pm (attribute_value): Output #reference as is. |
143 |
|
|
|
144 |
wakaba |
1.2 |
2003-04-29 Wakaba <w@offweb.ddo.jp> |
145 |
|
|
|
146 |
|
|
* XML.pm: Bug fixes. |
147 |
|
|
(content_spec): New function. |
148 |
|
|
(inner_xml#pi): If pi's content has '?>', replace to '? >'. (same behavior |
149 |
|
|
as XSLT's.) (Was replaced to '?>'.) |
150 |
|
|
(#reference, #section): New support. |
151 |
|
|
(#declaration): All XML's declarations are supported. |
152 |
|
|
(inner_text%output_ref_as_is): New option. |
153 |
|
|
(_check_name): New. |
154 |
|
|
(flag): New. |
155 |
|
|
(POD:NODE TYPES): New documentation. |
156 |
|
|
|
157 |
wakaba |
1.1 |
2003-04-27 Wakaba <w@offweb.ddo.jp> |
158 |
|
|
|
159 |
|
|
* ChangeLog: New file. |
160 |
|
|
|
161 |
|
|
2003-04-26 Wakaba <w@offweb.ddo.jp> |
162 |
|
|
|
163 |
|
|
* XML.pm: New module. |