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