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