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