1 |
wakaba |
1.11 |
2003-09-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* XML.pm (__set_parent_node): New. |
4 |
|
|
|
5 |
wakaba |
1.10 |
2003-09-07 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
|
7 |
|
|
* XML.pm: Change SuikaWiki:: -> Message::. |
8 |
|
|
|
9 |
wakaba |
1.9 |
2003-08-19 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
|
11 |
|
|
* XML.pm (expanded_name): New method. |
12 |
|
|
|
13 |
|
|
2003-08-07 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
|
15 |
|
|
* SuikaWikiConfig20.pm: New module. |
16 |
|
|
|
17 |
w |
1.8 |
2003-07-12 Wakaba <w@suika.fam.cx> |
18 |
|
|
|
19 |
|
|
* XML.pm (target_name): Removed. |
20 |
|
|
(inner_xml): Reimplement ENTITY declaration outputing. |
21 |
|
|
|
22 |
wakaba |
1.7 |
2003-06-29 Wakaba <w@suika.fam.cx> |
23 |
|
|
|
24 |
|
|
* XML.pm: INCLUDE/IGNORE marked section is supported. |
25 |
|
|
|
26 |
wakaba |
1.6 |
2003-06-27 Wakaba <w@suika.fam.cx> |
27 |
|
|
|
28 |
|
|
* XML.pm (remove_references): Remove 'smxp__defined_with_param_ref' flag |
29 |
|
|
to remove parameter references in the ENTITY declaration. |
30 |
|
|
|
31 |
|
|
2003-06-26 Wakaba <w@suika.fam.cx> |
32 |
|
|
|
33 |
|
|
* XML.pm (_resolve_relative_uri_by_parent): New functions. |
34 |
|
|
|
35 |
|
|
2003-06-23 Wakaba <w@suika.fam.cx> |
36 |
|
|
|
37 |
|
|
* XML.pm (base_uri, resolve_relative_uri): New functions. |
38 |
|
|
|
39 |
wakaba |
1.5 |
2003-06-16 Wakaba <w@suika.fam.cx> |
40 |
|
|
|
41 |
|
|
* XML.pm: Some bug fixes and addition of features to support |
42 |
|
|
SuikaWiki::Markup::XML::Parser. |
43 |
|
|
|
44 |
wakaba |
1.4 |
2003-05-25 Wakaba <w@offweb.ddo.jp> |
45 |
|
|
|
46 |
|
|
* XML.pm (new): Support new arguments, 'qname' and 'namespace_prefix'. |
47 |
|
|
(_ns_parse_qname): New. |
48 |
|
|
(namespace_prefix): New. |
49 |
|
|
|
50 |
wakaba |
1.3 |
2003-05-24 Wakaba <w@offweb.ddo.jp> |
51 |
|
|
|
52 |
|
|
* XML/: New directory. |
53 |
|
|
* XML.pm: Update to support XML/Parser.pm. |
54 |
wakaba |
1.4 |
* TODO: New. |
55 |
wakaba |
1.3 |
|
56 |
|
|
2003-05-11 Wakaba <w@offweb.ddo.jp> |
57 |
|
|
|
58 |
|
|
* XML.pm (attribute_value): Output #reference as is. |
59 |
|
|
|
60 |
wakaba |
1.2 |
2003-04-29 Wakaba <w@offweb.ddo.jp> |
61 |
|
|
|
62 |
|
|
* XML.pm: Bug fixes. |
63 |
|
|
(content_spec): New function. |
64 |
|
|
(inner_xml#pi): If pi's content has '?>', replace to '? >'. (same behavior |
65 |
|
|
as XSLT's.) (Was replaced to '?>'.) |
66 |
|
|
(#reference, #section): New support. |
67 |
|
|
(#declaration): All XML's declarations are supported. |
68 |
|
|
(inner_text%output_ref_as_is): New option. |
69 |
|
|
(_check_name): New. |
70 |
|
|
(flag): New. |
71 |
|
|
(POD:NODE TYPES): New documentation. |
72 |
|
|
|
73 |
wakaba |
1.1 |
2003-04-27 Wakaba <w@offweb.ddo.jp> |
74 |
|
|
|
75 |
|
|
* ChangeLog: New file. |
76 |
|
|
|
77 |
|
|
2003-04-26 Wakaba <w@offweb.ddo.jp> |
78 |
|
|
|
79 |
|
|
* XML.pm: New module. |