2003-08-19 Wakaba * XML.pm (expanded_name): New method. 2003-08-07 Wakaba * SuikaWikiConfig20.pm: New module. 2003-07-12 Wakaba * XML.pm (target_name): Removed. (inner_xml): Reimplement ENTITY declaration outputing. 2003-06-29 Wakaba * XML.pm: INCLUDE/IGNORE marked section is supported. 2003-06-27 Wakaba * XML.pm (remove_references): Remove 'smxp__defined_with_param_ref' flag to remove parameter references in the ENTITY declaration. 2003-06-26 Wakaba * XML.pm (_resolve_relative_uri_by_parent): New functions. 2003-06-23 Wakaba * XML.pm (base_uri, resolve_relative_uri): New functions. 2003-06-16 Wakaba * XML.pm: Some bug fixes and addition of features to support SuikaWiki::Markup::XML::Parser. 2003-05-25 Wakaba * XML.pm (new): Support new arguments, 'qname' and 'namespace_prefix'. (_ns_parse_qname): New. (namespace_prefix): New. 2003-05-24 Wakaba * XML/: New directory. * XML.pm: Update to support XML/Parser.pm. * TODO: New. 2003-05-11 Wakaba * XML.pm (attribute_value): Output #reference as is. 2003-04-29 Wakaba * XML.pm: Bug fixes. (content_spec): New function. (inner_xml#pi): If pi's content has '?>', replace to '? >'. (same behavior as XSLT's.) (Was replaced to '?>'.) (#reference, #section): New support. (#declaration): All XML's declarations are supported. (inner_text%output_ref_as_is): New option. (_check_name): New. (flag): New. (POD:NODE TYPES): New documentation. 2003-04-27 Wakaba * ChangeLog: New file. 2003-04-26 Wakaba * XML.pm: New module.