/[suikacvs]/messaging/manakai/lib/Message/Markup/XML/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Markup/XML/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.29.2.5 - (hide annotations) (download)
Fri Jul 30 09:37:50 2004 UTC (21 years, 11 months ago) by wakaba
Branch: experimental-xml-parser-200401
Changes since 1.29.2.4: +4 -0 lines
Message::Markup::XML::Parser::NodeTree: Element type declaration implemented

1 wakaba 1.29.2.5 2004-07-30 Wakaba <[email protected]>
2    
3     * Node.pm (#declaration:inner_xml): No 'uninitialized' error!
4    
5 wakaba 1.29.2.4 2004-02-26 Wakaba <[email protected]>
6    
7     * Node.pm: New export tag 'declaration' added.
8    
9 wakaba 1.29.2.2 2004-02-24 Wakaba <[email protected]>
10    
11 wakaba 1.29.2.3 * Parser.pm: Some modification to work with Parser/NodeTree.pm.
12    
13     2004-02-23 Wakaba <[email protected]>
14    
15     * QName.pm (%EXPORT_TAGS): New constant functions added to :prefix.
16    
17 wakaba 1.29.2.2 * Parser.pm: Some new functions.
18    
19 wakaba 1.29.2.1 2004-02-22 Wakaba <[email protected]>
20    
21     * QName.pm (__check_name): Use NodeTree module instead of obsolete
22     XML module.
23     (EMPTY_PFX, ZERO_PFX): New constant functions.
24    
25     * NodeTree.pm (resolve_relative_uri): Qualify internal method by
26     namespace name.
27    
28 wakaba 1.29 2003-12-31 Wakaba <[email protected]>
29    
30     * QName.pm (prefix_to_name): Don't call prefix2name w/ parent node's
31     decls node when parent node does not have ns decls node.
32    
33     * Node.pm (_get_ns_decls_node): Returns default value if specified so.
34    
35 wakaba 1.28 2003-12-05 Wakaba <[email protected]>
36    
37     * NodeTree.pm (construct_xml_tree): New function.
38    
39 wakaba 1.27 2003-11-22 Wakaba <[email protected]>
40    
41     * QName.pm (generate_prefix): Ignore implicit xmlns="" declaration.
42    
43 wakaba 1.26 2003-11-09 Wakaba <[email protected]>
44    
45     * Node.pm (%NS): Removed.
46     (SGML_*, XML_*): New constant functions.
47    
48     2003-11-08 Wakaba <[email protected]>
49    
50     * QName.pm (prefix_to_name): New options of 'use_xml' and 'use_xmlns'.
51     (name_to_prefix): Likewise.
52    
53     * Parser.pm (_parse_start_tag): Buggy inex fixed.
54    
55 wakaba 1.24 2003-11-01 Wakaba <[email protected]>
56    
57 wakaba 1.25 * QName.pm (NS_xml_URI, NS_xmlns_URI): New constants.
58     * NodeTree.pm: New module.
59     * Node.pm: New module.
60    
61     2003-11-01 Wakaba <[email protected]>
62    
63 wakaba 1.24 * QName.pm (generate_prefix): Allow one-char namespace prefix.
64     (name_to_prefix): 'preserve_prefix_default': New option.
65    
66 wakaba 1.23 2003-10-31 Wakaba <[email protected]>
67    
68     * QName.pm (split_qname): Quotemeta in separator.
69    
70     * Validate.pm (_validate_element): Bug fix to get element type declaration (enbugged by change on EntityManager.pm 1.12).
71    
72 wakaba 1.21 2003-09-30 Wakaba <[email protected]>
73    
74 wakaba 1.22 * QName.pm (name_to_prefix): Overwrite DEFAULT_PFX := NULL_URI
75     if DEFAULT_PFX != NULL_URI is defined.
76    
77 wakaba 1.21 * XPath.pm (_get_ns_decls_node): Renamed from __get_ns_decls_node.
78     (qname): New option 'use_context_function_library'.
79    
80 wakaba 1.20 2003-09-28 Wakaba <[email protected]>
81    
82     * QName.pm (generate_prefix): New function.
83 wakaba 1.21 (__check_prefix): New option 'check_prefix_xml_'.
84 wakaba 1.20
85 wakaba 1.19 2003-09-27 Wakaba <[email protected]>
86    
87     * QName.pm: New module.
88    
89     2003-09-17 Wakaba <[email protected]>
90    
91     * Catalog.pm (resolve_external_id): Return undef if no sysid and no pubid.
92    
93 wakaba 1.18 2003-09-13 Wakaba <[email protected]>
94    
95     * Parser.pm (_parse_comment_declaration): New internal procedure.
96     (_parse_dtd): Bug fix to raise error when declaration is not closed.
97     * Error.pm: Some new errors related to comment declaration.
98    
99 wakaba 1.17 2003-09-12 Wakaba <[email protected]>
100    
101     * Parser.pm (_parse_element_declaration): Well-formedness error if content model is not declared.
102     * Error.pm (_get_node_path, _get_node_position): Fix strange disappearing-entity-value bug (<!DOCTYPE foo[<!ENTITY % foo "EntityValue"><!ATTLIST foo>]><foo/>) is fixed.
103    
104 wakaba 1.16 2003-09-07 Wakaba <[email protected]>
105    
106     * Catalog.pm, DOM.pm, EntityManager.pm, Error.pm: Change SuikaWiki:: -> Message::.
107    
108     * Validate.pm: Change SuikaWiki:: -> Message::.
109    
110     * Parser.pm: Change SuikaWiki:: -> Message::.
111    
112 wakaba 1.15 2003-07-29 Wakaba <[email protected]>
113    
114     * Error.pm (raise_error): Typo fix.
115    
116 w 1.14 2003-07-18 Wakaba <[email protected]>
117    
118     * Validator.pm: Content model validating full-implemented.
119    
120 w 1.13 2003-07-16 Wakaba <[email protected]>
121    
122     * Validator.pm, Parser.pm, Error.pm, EntityManager.pm: Some bug fixes and more Validating support. Note that validating content model does not work yet.
123    
124 w 1.12 2003-07-14 Wakaba <[email protected]>
125    
126     * Parser.pm (_validate_notation_declared): Removed.
127     * Validate.pm: New module.
128    
129 w 1.11 2003-07-13 Wakaba <[email protected]>
130    
131     * Parser.pm (_parse_start_tag): More default attribute support.
132     * EntityManager.pm (get_attr_definitions): Provide information whether attribute declaration may not be read.
133     * Error.pm: Some new errors related to attribute default.
134    
135     2003-07-12 Wakaba <[email protected]>
136    
137     * EntityManager.pm (get_attr_definitions): New function.
138     * Parser.pm (_parse_start_tag): Complete default attribute value.
139    
140 w 1.10 2003-07-12 Wakaba <[email protected]>
141    
142     * Parser.pm, Error.pm: Reimplemented ELEMENT and ATTLIST declarations.
143     * EntityManager.pm (get_external_entity): Normalize line break before
144     returning entity replacement text.
145    
146 wakaba 1.9 2003-07-06 Wakaba <[email protected]>
147    
148     * Catalog.pm (_resolve_ext_id_w_catalog_file): Bug fixes:
149     - Resort delegated catalog entry files list by length of matching prefix.
150     - Add 'next' catalog entry files imeddiately after current file.
151    
152 wakaba 1.8 2003-07-05 Wakaba <[email protected]>
153    
154     * Catalog.pm: New module.
155     * EntityManager.pm: Bug fixes such as character class fix.
156     * Error.pm (new, raise_error, _get_node_path, _get_node_position): New methods.
157    
158 wakaba 1.7 2003-06-30 Wakaba <[email protected]>
159    
160     * Parser.pm (_parse_start_tag): New.
161    
162 wakaba 1.6 2003-06-29 Wakaba <[email protected]>
163    
164     * Parser.pm (_parse_document_entity, _parse_ignored_section): New.
165     * Error.pm: New errors related to marked section.
166     * EntityManager.pm (get_entity, get_entities): Bug fixes and caching.
167     (is_standalone_document): New function.
168    
169 wakaba 1.5 2003-06-27 Wakaba <[email protected]>
170 wakaba 1.4
171     * Parser.pm: Give entity type before EntityManager->get_external_entity is called.
172     * Error.pm: Added some new errors related to media type values.
173     * EntityManager.pm (_guess_entity_encoding, _check_media_type): New.
174     (default_uri_resolver): Check and use media type and charset.
175    
176     2003-06-26 Wakaba <[email protected]>
177    
178     * Parser.pm (_parse_xml_or_text_declaration): New method.
179     * EntityManager.pm (default_uri_resolver): Use Parser->_parse_xml_or_text_declaration to remove text declaration.
180     (get_external_entity): Reset uri/entity_type/line/pos statuses.
181     * Error.pm: Some new errors for invalid XML declaration.
182    
183 wakaba 1.3 2003-06-17 Wakaba <[email protected]>
184    
185     * Parser.pm:
186     - Report error when entity or notation name contains colon.
187     - Some bug fixes about line/position counting for error reporting.
188     * EntityManager.pm (get_entity): Returns pre-defined entities
189     immediately (before seeking into DTD node is occured). (As Web SGML
190     defined.)
191     * Error.pm (ERR_PREDEFINED_ENTITY): New error.
192     * Parser.pm (_parse_entity_declaration): Raise error if it's XML's
193     pre-defined entity and its replacement text does not match to that
194     of pre-defined entity.
195    
196 wakaba 1.2 2003-06-16 Wakaba <[email protected]>
197    
198     * Parser.pm: Replacing of entity references is supported.
199     * Error.pm: New.
200     * EntityManager.pm: New.
201    
202     2003-05-25 Wakaba <[email protected]>
203    
204     * DOM.pm, DOM/: New.
205    
206 wakaba 1.1 2003-05-24 Wakaba <[email protected]>
207    
208     * ChangeLog: New.
209     * Parser.pm: New module.

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24