From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/xmerl/doc/src/notes.xml | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'lib/xmerl') diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index 654bbbc05d..697823eee2 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -31,6 +31,52 @@

This document describes the changes made to the Xmerl application.

+
Xmerl 1.2.9 + +
Fixed Bugs and Malfunctions + + +

+ Fix minor typos and improve punctuation in the + xmerl_xpath @doc comment (Thanks to Marcus Marinelli)

+

+ Own Id: OTP-9187

+
+ +

+ Prevent xmerl from over-normalizing character references + in attributes

+

+ Section 3.3.3 of the XML Recommendation gives the rules + for attribute-value normalization. One of those rules + requires that character references not be re-normalized + after being replaced with the referenced characters. + (Thanks to Tom Moertel)

+

+ Own Id: OTP-9274

+
+ +

Fixed the default encoding option in SAX parser.

+

+ Own Id: OTP-9288

+
+
+
+ + +
Improvements and New Features + + +

Added the xmerl test suites and examples to the open + source distribution.

+

+ Own Id: OTP-9228

+
+
+
+ +
+
Xmerl 1.2.8
Fixed Bugs and Malfunctions -- cgit v1.2.3