ruby-changes:30438
From: kou <ko1@a...>
Date: Sun, 11 Aug 2013 18:19:07 +0900 (JST)
Subject: [ruby-changes:30438] kou:r42517 (trunk): * ChangeLog: Fix wrong description about entity declarations.
kou 2013-08-11 18:18:51 +0900 (Sun, 11 Aug 2013) New Revision: 42517 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42517 Log: * ChangeLog: Fix wrong description about entity declarations. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 42516) +++ ChangeLog (revision 42517) @@ -1,14 +1,14 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Sun Aug 11 18:08:40 2013 Kouhei Sutou <kou@c...> * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse): - Support NDATA in external entity declaration. + Support NDATA in external ID entity declaration. * test/rexml/parser/test_sax2.rb: Add tests for the above case. Sun Aug 11 18:07:39 2013 Kouhei Sutou <kou@c...> * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser#pull_event): Support optional NDATA - in parameter entity declaration. + in external ID entity declaration. Sun Aug 11 17:54:07 2013 Kouhei Sutou <kou@c...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/