ruby-cvs:20837
From: ser ruby-lang.org
Date: Tue, 2 Oct 2007 21:18:08 +0900 (JST)
Subject: [ruby-cvs:20837] Ruby:r13600 (ruby_1_8_6): * Fixes a bug in the pretty printer related to an incomplete refactoring.
ser 2007-10-02 21:18:07 +0900 (Tue, 02 Oct 2007)
New Revision: 13600
Added files:
branches/ruby_1_8_6/lib/rexml/undefinednamespaceexception.rb
Modified directories:
branches/ruby_1_8_6/lib/rexml/
Modified files:
branches/ruby_1_8_6/lib/rexml/attribute.rb
branches/ruby_1_8_6/lib/rexml/document.rb
branches/ruby_1_8_6/lib/rexml/dtd/dtd.rb
branches/ruby_1_8_6/lib/rexml/element.rb
branches/ruby_1_8_6/lib/rexml/parsers/baseparser.rb
branches/ruby_1_8_6/lib/rexml/parsers/treeparser.rb
branches/ruby_1_8_6/lib/rexml/rexml.rb
branches/ruby_1_8_6/lib/rexml/source.rb
Log:
* Fixes a bug in the pretty printer related to an incomplete refactoring.
* Fixes another bug related to the formatting code refactoring in 3.1.7
* Fixes ticket:99, and adds Henrik's unit test (with minor modifications)
* Fixes ticket:102.
Fix provided by kevinj -- thanks! Great job.
* Implements namespace validation in the baseparser. This means that, as per
the XML namespace spec, unbound prefixes generate UndefinedNamespaceException.
Also, as per the namespace spec, the 'xml' prefix must be bound to
http://www.w3.org/XML/1998/namespace, and the 'xmlns' prefix must not be declared.
in the XML.
* Eggbeater missed one.
* Fix for ticket:115
* Fixes a bug in the pretty printer related to an incomplete refactoring.
* Merge code cleanups
* Fixes another bug related to the formatting code refactoring in 3.1.7
* Indentation fix.
* r1342@bean (orig r12846): nobu | 2007-07-25 17:18:55 -0400
* lib/rexml/formatters/*.rb: set properties.
* r1358@bean (orig r12883): nobu | 2007-08-06 04:36:31 -0400
* lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.
* r1359@bean (orig r13096): nobu | 2007-08-18 02:03:45 -0400
* lib/rexml/rexml.rb: removed doubled constant.
* r1360@bean (orig r13097): nobu | 2007-08-18 02:12:48 -0400
* lib/rexml/rexml.rb: added encoding.
Modified: branches/ruby_1_8_6/lib/rexml/
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml/undefinednamespaceexception.rb?revision=13600&view=markup
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml/rexml.rb?r1=13600&r2=13599
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml/source.rb?r1=13600&r2=13599
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml/element.rb?r1=13600&r2=13599
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml/document.rb?r1=13600&r2=13599
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml/attribute.rb?r1=13600&r2=13599
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml?r1=13600&r2=13599
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml/parsers/treeparser.rb?r1=13600&r2=13599
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml/dtd/dtd.rb?r1=13600&r2=13599
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/lib/rexml/parsers/baseparser.rb?r1=13600&r2=13599