| 1 |
wakaba |
1.7 |
2003-06-30 Wakaba <[email protected]>
|
| 2 |
|
|
|
| 3 |
|
|
* Parser.pm (_parse_start_tag): New.
|
| 4 |
|
|
|
| 5 |
wakaba |
1.6 |
2003-06-29 Wakaba <[email protected]>
|
| 6 |
|
|
|
| 7 |
|
|
* Parser.pm (_parse_document_entity, _parse_ignored_section): New.
|
| 8 |
|
|
* Error.pm: New errors related to marked section.
|
| 9 |
|
|
* EntityManager.pm (get_entity, get_entities): Bug fixes and caching.
|
| 10 |
|
|
(is_standalone_document): New function.
|
| 11 |
|
|
|
| 12 |
wakaba |
1.5 |
2003-06-27 Wakaba <[email protected]>
|
| 13 |
wakaba |
1.4 |
|
| 14 |
|
|
* Parser.pm: Give entity type before EntityManager->get_external_entity is called.
|
| 15 |
|
|
* Error.pm: Added some new errors related to media type values.
|
| 16 |
|
|
* EntityManager.pm (_guess_entity_encoding, _check_media_type): New.
|
| 17 |
|
|
(default_uri_resolver): Check and use media type and charset.
|
| 18 |
|
|
|
| 19 |
|
|
2003-06-26 Wakaba <[email protected]>
|
| 20 |
|
|
|
| 21 |
|
|
* Parser.pm (_parse_xml_or_text_declaration): New method.
|
| 22 |
|
|
* EntityManager.pm (default_uri_resolver): Use Parser->_parse_xml_or_text_declaration to remove text declaration.
|
| 23 |
|
|
(get_external_entity): Reset uri/entity_type/line/pos statuses.
|
| 24 |
|
|
* Error.pm: Some new errors for invalid XML declaration.
|
| 25 |
|
|
|
| 26 |
wakaba |
1.3 |
2003-06-17 Wakaba <[email protected]>
|
| 27 |
|
|
|
| 28 |
|
|
* Parser.pm:
|
| 29 |
|
|
- Report error when entity or notation name contains colon.
|
| 30 |
|
|
- Some bug fixes about line/position counting for error reporting.
|
| 31 |
|
|
* EntityManager.pm (get_entity): Returns pre-defined entities
|
| 32 |
|
|
immediately (before seeking into DTD node is occured). (As Web SGML
|
| 33 |
|
|
defined.)
|
| 34 |
|
|
* Error.pm (ERR_PREDEFINED_ENTITY): New error.
|
| 35 |
|
|
* Parser.pm (_parse_entity_declaration): Raise error if it's XML's
|
| 36 |
|
|
pre-defined entity and its replacement text does not match to that
|
| 37 |
|
|
of pre-defined entity.
|
| 38 |
|
|
|
| 39 |
wakaba |
1.2 |
2003-06-16 Wakaba <[email protected]>
|
| 40 |
|
|
|
| 41 |
|
|
* Parser.pm: Replacing of entity references is supported.
|
| 42 |
|
|
* Error.pm: New.
|
| 43 |
|
|
* EntityManager.pm: New.
|
| 44 |
|
|
|
| 45 |
|
|
2003-05-25 Wakaba <[email protected]>
|
| 46 |
|
|
|
| 47 |
|
|
* DOM.pm, DOM/: New.
|
| 48 |
|
|
|
| 49 |
wakaba |
1.1 |
2003-05-24 Wakaba <[email protected]>
|
| 50 |
|
|
|
| 51 |
|
|
* ChangeLog: New.
|
| 52 |
|
|
* Parser.pm: New module.
|