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