Revision
1.4 -
(
hide annotations)
(
download)
Fri Feb 17 15:06:33 2006 UTC
(18 years, 8 months ago)
by
wakaba
Branch:
MAIN
CVS Tags:
manakai-release-0-3-2, manakai-release-0-3-1, manakai-200612
Changes since
1.3: +2 -1 lines
File MIME type: text/plain
++ ChangeLog 17 Feb 2006 14:56:57 -0000
2006-02-17 Wakaba <wakaba@suika.fam.cx>
* Makefile.PL (PREREQ_PM): The |IO::String| module is added.
++ manakai/lib/Message/DOM/ChangeLog 17 Feb 2006 15:06:17 -0000
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|
is introduced.
(async, busy): Implemented.
(parseString): Removed.
(parse, parseURI): Implemented.
(xp:ls-input-to-input-file): New configuration parameter.
(shiftChar): Gets character from current file handle
rather than replacement text. Don't normalize
line break characters for internal entities. Don't
throw |xp:wf-legal-literal-character| error
for |RestrictedChar| appearing in internal entities.
(DISPerl:dpgDef): Call |close| for each entity filehandler.
(_EntityDeclaration): Copy document URI and base URI
to the entity's |$decl| object.
(ParseError): New code fragment.
(getCopyOfEntityState): Creates filehandle from replacement
text.
(xp-error-lines): Don't appends text if no replacement
text is available.
(error-handler): New configuration parameter application resource.
(ManakaiDOMLSInputToInputFile): New class.
(ManakaiDOMInputFile): New class.
* Tree.dis (getNodeReference): A dereferencing was missing.
* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties.
2006-02-17 Wakaba <wakaba@suika.fam.cx>