1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rexml/parsers
ser 37886ed9a8 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.
  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.
  lib/rexml/formatters/*.rb: set properties.
  lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.
  lib/rexml/rexml.rb: removed doubled constant.
  lib/rexml/rexml.rb: added encoding.
  Fixes ticket:110
  Missing include for UndefinedNamespaceException was causing errors in some
    cases.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-11-04 04:50:15 +00:00
..
baseparser.rb Fixes a bug in the pretty printer related to an incomplete refactoring. 2007-11-04 04:50:15 +00:00
lightparser.rb * Added the treeparser, and added the file to the MANIFEST. 2004-07-04 15:39:05 +00:00
pullparser.rb All of the tickets and issues mentioned in this log can be found at: 2005-12-30 16:35:45 +00:00
sax2parser.rb r1278@bean: ser | 2007-06-07 00:53:06 -0400 2007-07-28 02:46:08 +00:00
streamparser.rb Short summary: 2006-04-14 02:56:44 +00:00
treeparser.rb Fixes a bug in the pretty printer related to an incomplete refactoring. 2007-11-04 04:50:15 +00:00
ultralightparser.rb * Added the treeparser, and added the file to the MANIFEST. 2004-07-04 15:39:05 +00:00
xpathparser.rb r1278@bean: ser | 2007-06-07 00:53:06 -0400 2007-07-28 02:46:08 +00:00