1 |
wakaba |
1.69 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* H2H.dis: A typo in entity name is fixed. |
4 |
|
|
|
5 |
wakaba |
1.66 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
|
7 |
wakaba |
1.68 |
* Atom.dis, SuikaWiki.dis, H2H.dis, SuikaWikiConfig21.dis: |For| |
8 |
|
|
specifications are removed. |
9 |
|
|
|
10 |
|
|
* SuikaWikiConfig21.dis: |WithFor| and |DefaultFor| |
11 |
|
|
specifications are removed. |
12 |
|
|
(ForEmpty, ForLatest): Removed. |
13 |
|
|
|
14 |
|
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
|
16 |
wakaba |
1.67 |
* Atom.dis, SuikaWiki.dis, H2H.dis: |WithFor| |
17 |
|
|
and |DefaultFor| properties are removed. |
18 |
|
|
|
19 |
|
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
|
21 |
wakaba |
1.66 |
* Atom.dis, SuikaWiki.dis: References |
22 |
|
|
to the |ManakaiDOM:ManakaiDOM| mode are removed. |
23 |
|
|
|
24 |
wakaba |
1.65 |
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
|
26 |
|
|
* Atom.dis (AtomFeedDocument, AtomEntryDocument): Removed. |
27 |
|
|
|
28 |
wakaba |
1.64 |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
|
30 |
|
|
* Atom.dis (AtomImplementation): It no |
31 |
|
|
longer inherits the |ManakaiDOMImplementation|; it |
32 |
|
|
is now expected to be implemented by |DOMImplementation| |
33 |
|
|
objects. |
34 |
|
|
(AtomDocument, AtomFeedDocument, AtomEntryDocument): It no |
35 |
|
|
longer inherits the |ManakaiDOMDocument|; it |
36 |
|
|
is now expected to be implemented by |Document| |
37 |
|
|
objects. |
38 |
|
|
|
39 |
|
|
* SuikaWikiConfig21.dis (SWCFGImplementation): It no |
40 |
|
|
longer inherits the |DOMImplementation|; it |
41 |
|
|
is now expected to be implemented by |DOMImplementation| |
42 |
|
|
objects. |
43 |
|
|
|
44 |
wakaba |
1.63 |
2006-10-03 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
|
46 |
|
|
* Atom.dis (fe|AtomThreading 1.0): New feature. |
47 |
|
|
(getReflectAttrNonNegativeIntegerValue, |
48 |
|
|
setReflectAttrNonNegativeIntegerValue): New codes. |
49 |
|
|
(AtomLinkElement.type): Return |application/atom+xml| |
50 |
|
|
if the |type| content attribute is not specified |
51 |
|
|
and the |rel| content attribute value is |replies| (and |
52 |
|
|
the |fe:AtomThreading| feature is supported). |
53 |
|
|
(AtomEntryElementThread): New interface. |
54 |
|
|
(AtomThreadInReplyToElement): New interface. |
55 |
|
|
(AtoLinkElementThread): New interface. |
56 |
|
|
|
57 |
wakaba |
1.62 |
2006-09-10 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
|
59 |
|
|
* Atom.dis (Atom): The |mv:systemIdentifierBaseURI| |
60 |
|
|
property is set. It is an empty value to allow to move |
61 |
|
|
DTD modules without modification. |
62 |
|
|
(Atom10): New DTD driver for ordinary Atom 1.0 documents. |
63 |
|
|
(AtomNameElement, AtomUriElement, AtomEmailElement): References |
64 |
|
|
for |Atom| module are added for |%ATOM.xmlns.attrib;| |
65 |
|
|
references in the |ATTLIST| declarations. |
66 |
|
|
(AtomContentElement): Content attribute definitions |
67 |
|
|
for |type| and |src| attributes are added. |
68 |
|
|
|
69 |
|
|
* Makefile (atom): Generate |Atom10| DTD driver. |
70 |
|
|
|
71 |
wakaba |
1.61 |
2006-09-07 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
|
73 |
|
|
* Atom.dis (addNewEntry): The new element was not |
74 |
|
|
appended to the element. |
75 |
|
|
|
76 |
wakaba |
1.60 |
2006-08-18 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
|
78 |
|
|
* Atom.dis (Require): Reference to the |DISlib:DISMarkup| |
79 |
|
|
module is added. |
80 |
|
|
(Atom): The |mv:id| and |mv:vid| properties |
81 |
|
|
are removed so that the entity name prefix becomes |Atom.| |
82 |
|
|
and file name prefix becomes |atom-|. The |infoset:namespaceName| |
83 |
|
|
and |infoset:prefix| properties are replaced with |
84 |
|
|
the |mv:targetNamespace| and |mv:defaultNamespacePrefix| |
85 |
|
|
properties. |
86 |
|
|
|
87 |
wakaba |
1.59 |
2006-08-17 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
|
89 |
|
|
* Atom.dis (Atom): The |AtomQName| module is added. |
90 |
|
|
Namespace URI and prefix properties are added. |
91 |
|
|
(AtomQName): New module. |
92 |
|
|
(Atom*Element): References to |atomCommonAttributes| |
93 |
|
|
attribute set are added. |
94 |
|
|
|
95 |
wakaba |
1.58 |
2006-08-16 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
|
97 |
|
|
* Atom.dis (AtomProperties): Components |atomUriCM| |
98 |
|
|
and |atomEmailAddressCM| are added. |
99 |
|
|
(atomUriCM, atomEmailAddressCM): News. |
100 |
|
|
(AtomTextConstruct, AtomPersonConstruct, AtomDateConstruct, |
101 |
|
|
atom|feed, atom|entry, atom|source, atom|id, atom|uri, |
102 |
|
|
atom|name, atom|id, atom|email, atom|logo, atom|content, |
103 |
|
|
atom|category, atom|generator, atom|link): Content |
104 |
|
|
models are specified. |
105 |
|
|
(undefinedContent): New. |
106 |
|
|
|
107 |
wakaba |
1.57 |
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
|
109 |
|
|
* Atom.dis (AtomProperties): All atom property element types are added. |
110 |
|
|
(AtomDatatypes): Extensibility items are added. Person Construct |
111 |
|
|
subelements are moved to this module. |
112 |
|
|
(person-prop, feed-prop, entry-prop, source-prop): New |
113 |
|
|
element type classes. |
114 |
|
|
(AtomIconElement, AtomLogoElement): New interfaces. |
115 |
|
|
(SimpleExtensionElements, StructuredExtensionElements): News. |
116 |
|
|
(extensionElements): New. |
117 |
|
|
(undefinedAttributes): New. |
118 |
|
|
|
119 |
wakaba |
1.56 |
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
|
121 |
|
|
* Atom.dis (AtomDatatypes): Attribute group and |
122 |
|
|
datatypes are added. |
123 |
|
|
(atomCommonAttributes): New. |
124 |
|
|
(atomUri, atomEmailAddress, atomNCName, atomLanguageTag): News. |
125 |
|
|
(AtomNameElement, AtomIdElement, AtomUriElement): News. |
126 |
|
|
|
127 |
wakaba |
1.54 |
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
|
129 |
wakaba |
1.55 |
* Atom.dis (AtomDataTypes): New module. |
130 |
|
|
|
131 |
|
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
|
133 |
wakaba |
1.54 |
* Atom.dis (Atom): The |mv:vid| property is added. |
134 |
|
|
|
135 |
wakaba |
1.53 |
2006-05-19 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
|
137 |
|
|
* Atom.dis: Module definitions are added experimentally. |
138 |
|
|
|
139 |
|
|
* Makefile: Experimental rules are added. |
140 |
|
|
|
141 |
wakaba |
1.49 |
2006-05-06 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
|
143 |
wakaba |
1.52 |
* Atom.dis (contentElement): New attribute. |
144 |
|
|
|
145 |
|
|
* H2H.dis (H2HFeature10): The |Version| was incorrect. |
146 |
|
|
(new): Finds |XML| feature-implemented object. |
147 |
|
|
|
148 |
|
|
* SuikaWiki.dis (new): Finds |XML| feature-implemented object. |
149 |
|
|
|
150 |
|
|
2006-05-06 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
|
152 |
wakaba |
1.51 |
* H2H.dis: Don't ignore empty lines. Don't ignore |
153 |
|
|
leading white spaces. Support for the |html5:tbody| |
154 |
|
|
element type was missing. |
155 |
|
|
|
156 |
|
|
2006-05-06 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
|
158 |
wakaba |
1.50 |
* H2H.dis: Tree construction is implemented. |
159 |
|
|
|
160 |
|
|
2006-05-06 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
|
162 |
wakaba |
1.49 |
* H2H.dis: New module. |
163 |
|
|
|
164 |
|
|
* Makefile: |H2H.pm| is added. |
165 |
|
|
|
166 |
wakaba |
1.47 |
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
|
168 |
wakaba |
1.48 |
* SuikaWiki.dis: Test code is added. |
169 |
|
|
|
170 |
|
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
|
172 |
wakaba |
1.47 |
* SuikaWiki.dis: SuikaWiki/0.9, SuikaWikiImage/0.9, and |
173 |
|
|
SuikaWiki/0.10 parsing is implemented. |
174 |
|
|
|
175 |
wakaba |
1.46 |
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
|
177 |
|
|
* SuikaWiki.dis: New module. |
178 |
|
|
|
179 |
|
|
* Makefile: The |SuikaWiki| module is added. |
180 |
|
|
|
181 |
wakaba |
1.45 |
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
|
183 |
|
|
* .cvsignore: Updated. |
184 |
|
|
|
185 |
wakaba |
1.44 |
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
|
187 |
|
|
* common.dis: New module. |
188 |
|
|
|
189 |
|
|
* Atom.dis: New module. |
190 |
|
|
|
191 |
|
|
* Makefile: New modules are added. |
192 |
|
|
|
193 |
|
|
* SuikaWikiConfig21.dis (Require): A reference |
194 |
|
|
to the |Markup:common| module is added. |
195 |
|
|
(Markup|): Removed (moved to the |Markup:common| module). |
196 |
|
|
|
197 |
wakaba |
1.43 |
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
|
199 |
|
|
* Makefile: Typo fixed. |
200 |
|
|
|
201 |
|
|
* SuikaWikiConfig21.dis: The |dis:GetProp| and |swcfg21:GetPropNode| |
202 |
|
|
elements are replaced by Perl code. |
203 |
|
|
(swcfg21:GetPropNode): Removed. |
204 |
|
|
|
205 |
wakaba |
1.42 |
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
|
207 |
|
|
* Makefile (clean-db): New rule. |
208 |
|
|
|
209 |
wakaba |
1.40 |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
|
211 |
wakaba |
1.41 |
* Makefile (distclean): New rule. |
212 |
|
|
|
213 |
|
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
|
215 |
wakaba |
1.40 |
* Makefile: Revised for new |daf| database format. |
216 |
|
|
|
217 |
wakaba |
1.39 |
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
|
219 |
|
|
* SuikaWikiConfig.dis: Unused definitions are removed. |
220 |
|
|
Dependency on |MDOM:DOMLS| module is removed; the module |
221 |
|
|
now only references |MDOM:GenericLS| module. |
222 |
|
|
(swcfg21:shadowParent, swcfg21:shadowSiblingOf, |
223 |
|
|
swcfg21:shadowLocalName, swcfg21:shadowNamespaceURI): Missing |
224 |
|
|
definition added. A typo fixed. |
225 |
|
|
|
226 |
wakaba |
1.38 |
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
|
228 |
|
|
* Makefile: |PERL_OPTIONS| variables updated to new definition. |
229 |
|
|
|
230 |
wakaba |
1.36 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
|
232 |
wakaba |
1.37 |
* SuikaWikiConfig21.dis: Bugs on error depth fixed. |
233 |
|
|
|
234 |
|
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
|
236 |
wakaba |
1.36 |
* SuikaWikiConfig21.dis (text): New attribute implementation. |
237 |
|
|
|
238 |
wakaba |
1.35 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
|
240 |
|
|
* TODO: Removed. |
241 |
|
|
|
242 |
|
|
* .cvsignore: New file. |
243 |
|
|
|
244 |
wakaba |
1.34 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
|
246 |
|
|
* SuikaWikiConfig21.dis (swcfg21:ownerDocument): Changed |
247 |
|
|
from a "mn:irefnode0" property to a "mn:xrefnode0" property. |
248 |
|
|
|
249 |
wakaba |
1.32 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
250 |
|
|
|
251 |
wakaba |
1.33 |
* SuikaWikiConfig21.dis (MUErrorHandler): Removed. |
252 |
|
|
(ManakaiSWCFGNode): Extends ManakaiDefaultErrorHandler. |
253 |
|
|
|
254 |
|
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
|
256 |
wakaba |
1.32 |
* SuikaWikiConfig21.dis: Now constant values are only |
257 |
|
|
defined in interfaces. |
258 |
|
|
|
259 |
wakaba |
1.31 |
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
|
261 |
|
|
* SuikaWikiConfig21.dis (parse): Calls "orphanate" |
262 |
|
|
method for to be removed nodes. |
263 |
|
|
|
264 |
wakaba |
1.30 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
|
266 |
|
|
* SuikaWikiConfig21.dis: Codes to set "TreeCore:*" |
267 |
|
|
properties removed. |
268 |
|
|
|
269 |
wakaba |
1.29 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
|
271 |
|
|
* SuikaWikiConfig21.dis: New mn:* properties added. |
272 |
|
|
(swcfg21:parent): Abbrevation added. |
273 |
|
|
|
274 |
wakaba |
1.28 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
|
276 |
|
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
277 |
|
|
(DAEM_SUFFIX): New. |
278 |
|
|
|
279 |
wakaba |
1.27 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
|
281 |
|
|
* SuikaWikiConfig21.dis: Use "disPerl:H" instead |
282 |
|
|
of "disPerl:Q" for hash keys. |
283 |
|
|
(expandQName): Removed the "g" option from the "s///", |
284 |
|
|
which was very serious and difficult bug. |
285 |
|
|
|
286 |
wakaba |
1.26 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
287 |
|
|
|
288 |
|
|
* Makefile: DAC_SUFFIX changed to ".dad". |
289 |
|
|
|
290 |
wakaba |
1.25 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
|
292 |
|
|
* SuikaWikiConfig21.dis (valueRef, nodeIDRef): New attributes. |
293 |
|
|
|
294 |
wakaba |
1.24 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
|
296 |
|
|
* SuikaWikiConfig21.dis: Use object method getNodeReference |
297 |
|
|
as far as possible (rather than class method) for DIS |
298 |
|
|
nodes that overrides lookupNamespaceURI method. |
299 |
|
|
|
300 |
wakaba |
1.23 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
|
302 |
|
|
* Makefile: Rules changed so that ../DOM/core.dac is |
303 |
|
|
used to construct SuikaWikiConfig21.pm. |
304 |
|
|
|
305 |
|
|
* SuikaWikiConfig21.dis (SWCFGElement, SWCFGDocument, |
306 |
|
|
SWCFGComment, SWCFGDocumentFragment): They no longer |
307 |
|
|
inherits the SWCFGNode interface to avoid diamond |
308 |
|
|
inheritance in DIS interfaces. |
309 |
|
|
|
310 |
|
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
311 |
|
|
|
312 |
|
|
* SuikaWikiConfig21.dis: Now based on ManakaiNode NodeStem |
313 |
|
|
framework. |
314 |
|
|
|
315 |
wakaba |
1.22 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
316 |
|
|
|
317 |
|
|
* SuikaWikiConfig21.dis (ExceptionDef): "DIS:UNDECLARED_NS_PREFIX_ERR" |
318 |
|
|
moved from "lib/Message/Util/DIS.dis". |
319 |
|
|
(lookupNamespaceURI): Raises undeclared prefix exception |
320 |
|
|
if prefix is not defined. |
321 |
|
|
(expandNamespace, expandETBinding and other methods): Raises |
322 |
|
|
undeclared prefix exception if prefix is not defined. |
323 |
|
|
|
324 |
|
|
* SuikaWikiConfig21.dis (IFClassDef[ManakaiSWCFGImplementation]): Inherit |
325 |
|
|
ManakaiDOMMinimumImplementation. |
326 |
|
|
|
327 |
wakaba |
1.21 |
2005-02-28 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
|
329 |
|
|
* SuikaWikiConfig21.dis (SWCFGNode.nodeID): New attribute. |
330 |
|
|
|
331 |
wakaba |
1.20 |
2005-02-27 Wakaba <wakaba@suika.fam.cx> |
332 |
|
|
|
333 |
|
|
* SuikaWikiConfig21.dis (IFClassDef[appendNode]): Infinite-loop |
334 |
|
|
bug fixed. |
335 |
|
|
(Method[expandedURI]): Shadow name support. |
336 |
|
|
(expandETBinding): Set "namespaceExpanded" property true, not |
337 |
|
|
to be broken by "expandNamespace" later. |
338 |
|
|
|
339 |
wakaba |
1.19 |
2005-02-19 Wakaba <wakaba@suika.fam.cx> |
340 |
|
|
|
341 |
|
|
* SuikaWikiConfig21.dis: Namespace support added. |
342 |
|
|
(SWCFGParser.parse): Implemented. |
343 |
|
|
|
344 |
wakaba |
1.18 |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
345 |
|
|
|
346 |
|
|
* Makefile: New file. |
347 |
|
|
|
348 |
|
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
349 |
|
|
|
350 |
|
|
* SuikaWikiConfig21.dis: New module. |
351 |
|
|
|
352 |
wakaba |
1.17 |
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
353 |
|
|
|
354 |
|
|
* XML.pm: Don't use '#' in qw//. |
355 |
|
|
|
356 |
wakaba |
1.16 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
|
358 |
|
|
* SuikaWikiConfig20/: New directory. |
359 |
|
|
|
360 |
wakaba |
1.15 |
2003-11-08 Wakaba <wakaba@suika.fam.cx> |
361 |
|
|
|
362 |
|
|
* XML.pm (qname): Use new option of 'use_xml' and 'use_xmlns'. |
363 |
|
|
(defined_new_namespace): Likewise. |
364 |
|
|
|
365 |
wakaba |
1.14 |
2003-11-01 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
|
367 |
|
|
* XML.pm (inner_xml): s/-$/-/ if #comment node. |
368 |
|
|
|
369 |
wakaba |
1.13 |
2003-10-31 Wakaba <wakaba@suika.fam.cx> |
370 |
|
|
|
371 |
|
|
* XML.pm (get_attribute_value): New. |
372 |
|
|
(_get_ns_decls_node): 'default': New option. |
373 |
|
|
|
374 |
wakaba |
1.11 |
2003-09-30 Wakaba <wakaba@suika.fam.cx> |
375 |
|
|
|
376 |
wakaba |
1.12 |
* XML.pm: Use Message::Markup::XML::QName. |
377 |
wakaba |
1.11 |
|
378 |
wakaba |
1.10 |
2003-09-07 Wakaba <wakaba@suika.fam.cx> |
379 |
|
|
|
380 |
|
|
* XML.pm: Change SuikaWiki:: -> Message::. |
381 |
|
|
|
382 |
wakaba |
1.9 |
2003-08-19 Wakaba <wakaba@suika.fam.cx> |
383 |
|
|
|
384 |
|
|
* XML.pm (expanded_name): New method. |
385 |
|
|
|
386 |
|
|
2003-08-07 Wakaba <wakaba@suika.fam.cx> |
387 |
|
|
|
388 |
|
|
* SuikaWikiConfig20.pm: New module. |
389 |
|
|
|
390 |
w |
1.8 |
2003-07-12 Wakaba <w@suika.fam.cx> |
391 |
|
|
|
392 |
|
|
* XML.pm (target_name): Removed. |
393 |
|
|
(inner_xml): Reimplement ENTITY declaration outputing. |
394 |
|
|
|
395 |
wakaba |
1.7 |
2003-06-29 Wakaba <w@suika.fam.cx> |
396 |
|
|
|
397 |
|
|
* XML.pm: INCLUDE/IGNORE marked section is supported. |
398 |
|
|
|
399 |
wakaba |
1.6 |
2003-06-27 Wakaba <w@suika.fam.cx> |
400 |
|
|
|
401 |
|
|
* XML.pm (remove_references): Remove 'smxp__defined_with_param_ref' flag |
402 |
|
|
to remove parameter references in the ENTITY declaration. |
403 |
|
|
|
404 |
|
|
2003-06-26 Wakaba <w@suika.fam.cx> |
405 |
|
|
|
406 |
|
|
* XML.pm (_resolve_relative_uri_by_parent): New functions. |
407 |
|
|
|
408 |
|
|
2003-06-23 Wakaba <w@suika.fam.cx> |
409 |
|
|
|
410 |
|
|
* XML.pm (base_uri, resolve_relative_uri): New functions. |
411 |
|
|
|
412 |
wakaba |
1.5 |
2003-06-16 Wakaba <w@suika.fam.cx> |
413 |
|
|
|
414 |
|
|
* XML.pm: Some bug fixes and addition of features to support |
415 |
|
|
SuikaWiki::Markup::XML::Parser. |
416 |
|
|
|
417 |
wakaba |
1.4 |
2003-05-25 Wakaba <w@offweb.ddo.jp> |
418 |
|
|
|
419 |
|
|
* XML.pm (new): Support new arguments, 'qname' and 'namespace_prefix'. |
420 |
|
|
(_ns_parse_qname): New. |
421 |
|
|
(namespace_prefix): New. |
422 |
|
|
|
423 |
wakaba |
1.3 |
2003-05-24 Wakaba <w@offweb.ddo.jp> |
424 |
|
|
|
425 |
|
|
* XML/: New directory. |
426 |
|
|
* XML.pm: Update to support XML/Parser.pm. |
427 |
wakaba |
1.4 |
* TODO: New. |
428 |
wakaba |
1.3 |
|
429 |
|
|
2003-05-11 Wakaba <w@offweb.ddo.jp> |
430 |
|
|
|
431 |
|
|
* XML.pm (attribute_value): Output #reference as is. |
432 |
|
|
|
433 |
wakaba |
1.2 |
2003-04-29 Wakaba <w@offweb.ddo.jp> |
434 |
|
|
|
435 |
|
|
* XML.pm: Bug fixes. |
436 |
|
|
(content_spec): New function. |
437 |
|
|
(inner_xml#pi): If pi's content has '?>', replace to '? >'. (same behavior |
438 |
|
|
as XSLT's.) (Was replaced to '?>'.) |
439 |
|
|
(#reference, #section): New support. |
440 |
|
|
(#declaration): All XML's declarations are supported. |
441 |
|
|
(inner_text%output_ref_as_is): New option. |
442 |
|
|
(_check_name): New. |
443 |
|
|
(flag): New. |
444 |
|
|
(POD:NODE TYPES): New documentation. |
445 |
|
|
|
446 |
wakaba |
1.1 |
2003-04-27 Wakaba <w@offweb.ddo.jp> |
447 |
|
|
|
448 |
|
|
* ChangeLog: New file. |
449 |
|
|
|
450 |
|
|
2003-04-26 Wakaba <w@offweb.ddo.jp> |
451 |
|
|
|
452 |
|
|
* XML.pm: New module. |