| 1 |
w |
1.14 |
2003-07-18 Wakaba <[email protected]>
|
| 2 |
|
|
|
| 3 |
|
|
* Validator.pm: Content model validating full-implemented.
|
| 4 |
|
|
|
| 5 |
w |
1.13 |
2003-07-16 Wakaba <[email protected]>
|
| 6 |
|
|
|
| 7 |
|
|
* Validator.pm, Parser.pm, Error.pm, EntityManager.pm: Some bug fixes and more Validating support. Note that validating content model does not work yet.
|
| 8 |
|
|
|
| 9 |
w |
1.12 |
2003-07-14 Wakaba <[email protected]>
|
| 10 |
|
|
|
| 11 |
|
|
* Parser.pm (_validate_notation_declared): Removed.
|
| 12 |
|
|
* Validate.pm: New module.
|
| 13 |
|
|
|
| 14 |
w |
1.11 |
2003-07-13 Wakaba <[email protected]>
|
| 15 |
|
|
|
| 16 |
|
|
* Parser.pm (_parse_start_tag): More default attribute support.
|
| 17 |
|
|
* EntityManager.pm (get_attr_definitions): Provide information whether attribute declaration may not be read.
|
| 18 |
|
|
* Error.pm: Some new errors related to attribute default.
|
| 19 |
|
|
|
| 20 |
|
|
2003-07-12 Wakaba <[email protected]>
|
| 21 |
|
|
|
| 22 |
|
|
* EntityManager.pm (get_attr_definitions): New function.
|
| 23 |
|
|
* Parser.pm (_parse_start_tag): Complete default attribute value.
|
| 24 |
|
|
|
| 25 |
w |
1.10 |
2003-07-12 Wakaba <[email protected]>
|
| 26 |
|
|
|
| 27 |
|
|
* Parser.pm, Error.pm: Reimplemented ELEMENT and ATTLIST declarations.
|
| 28 |
|
|
* EntityManager.pm (get_external_entity): Normalize line break before
|
| 29 |
|
|
returning entity replacement text.
|
| 30 |
|
|
|
| 31 |
wakaba |
1.9 |
2003-07-06 Wakaba <[email protected]>
|
| 32 |
|
|
|
| 33 |
|
|
* Catalog.pm (_resolve_ext_id_w_catalog_file): Bug fixes:
|
| 34 |
|
|
- Resort delegated catalog entry files list by length of matching prefix.
|
| 35 |
|
|
- Add 'next' catalog entry files imeddiately after current file.
|
| 36 |
|
|
|
| 37 |
wakaba |
1.8 |
2003-07-05 Wakaba <[email protected]>
|
| 38 |
|
|
|
| 39 |
|
|
* Catalog.pm: New module.
|
| 40 |
|
|
* EntityManager.pm: Bug fixes such as character class fix.
|
| 41 |
|
|
* Error.pm (new, raise_error, _get_node_path, _get_node_position): New methods.
|
| 42 |
|
|
|
| 43 |
wakaba |
1.7 |
2003-06-30 Wakaba <[email protected]>
|
| 44 |
|
|
|
| 45 |
|
|
* Parser.pm (_parse_start_tag): New.
|
| 46 |
|
|
|
| 47 |
wakaba |
1.6 |
2003-06-29 Wakaba <[email protected]>
|
| 48 |
|
|
|
| 49 |
|
|
* Parser.pm (_parse_document_entity, _parse_ignored_section): New.
|
| 50 |
|
|
* Error.pm: New errors related to marked section.
|
| 51 |
|
|
* EntityManager.pm (get_entity, get_entities): Bug fixes and caching.
|
| 52 |
|
|
(is_standalone_document): New function.
|
| 53 |
|
|
|
| 54 |
wakaba |
1.5 |
2003-06-27 Wakaba <[email protected]>
|
| 55 |
wakaba |
1.4 |
|
| 56 |
|
|
* Parser.pm: Give entity type before EntityManager->get_external_entity is called.
|
| 57 |
|
|
* Error.pm: Added some new errors related to media type values.
|
| 58 |
|
|
* EntityManager.pm (_guess_entity_encoding, _check_media_type): New.
|
| 59 |
|
|
(default_uri_resolver): Check and use media type and charset.
|
| 60 |
|
|
|
| 61 |
|
|
2003-06-26 Wakaba <[email protected]>
|
| 62 |
|
|
|
| 63 |
|
|
* Parser.pm (_parse_xml_or_text_declaration): New method.
|
| 64 |
|
|
* EntityManager.pm (default_uri_resolver): Use Parser->_parse_xml_or_text_declaration to remove text declaration.
|
| 65 |
|
|
(get_external_entity): Reset uri/entity_type/line/pos statuses.
|
| 66 |
|
|
* Error.pm: Some new errors for invalid XML declaration.
|
| 67 |
|
|
|
| 68 |
wakaba |
1.3 |
2003-06-17 Wakaba <[email protected]>
|
| 69 |
|
|
|
| 70 |
|
|
* Parser.pm:
|
| 71 |
|
|
- Report error when entity or notation name contains colon.
|
| 72 |
|
|
- Some bug fixes about line/position counting for error reporting.
|
| 73 |
|
|
* EntityManager.pm (get_entity): Returns pre-defined entities
|
| 74 |
|
|
immediately (before seeking into DTD node is occured). (As Web SGML
|
| 75 |
|
|
defined.)
|
| 76 |
|
|
* Error.pm (ERR_PREDEFINED_ENTITY): New error.
|
| 77 |
|
|
* Parser.pm (_parse_entity_declaration): Raise error if it's XML's
|
| 78 |
|
|
pre-defined entity and its replacement text does not match to that
|
| 79 |
|
|
of pre-defined entity.
|
| 80 |
|
|
|
| 81 |
wakaba |
1.2 |
2003-06-16 Wakaba <[email protected]>
|
| 82 |
|
|
|
| 83 |
|
|
* Parser.pm: Replacing of entity references is supported.
|
| 84 |
|
|
* Error.pm: New.
|
| 85 |
|
|
* EntityManager.pm: New.
|
| 86 |
|
|
|
| 87 |
|
|
2003-05-25 Wakaba <[email protected]>
|
| 88 |
|
|
|
| 89 |
|
|
* DOM.pm, DOM/: New.
|
| 90 |
|
|
|
| 91 |
wakaba |
1.1 |
2003-05-24 Wakaba <[email protected]>
|
| 92 |
|
|
|
| 93 |
|
|
* ChangeLog: New.
|
| 94 |
|
|
* Parser.pm: New module.
|