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 d15f41b0eb * Non-String attributes are now converted to Strings; this means code such as
elem.attributes["a"] = 1
  will not cause an error when dumping the XML.  It also means that:
  elem.attributes["a"]    # => "1", not 1
* Transitive indenting has been cleaned up.
* Fixed a potential bug in parsing non-ASCII encoded streams
* Fixed a bug where trying to fill in ParseException data was causing an
  IO error (stream closed)
* Changes to Text mean that Element (and Text) can be used outside of a
  Document context.
* In some rare cases, the base parser wasn't reading enough bytes from the
  stream for the parsing algorithm to work properly.  This has been fixed
  (this was Ruby bug #48426)


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-04-23 15:44:30 +00:00
..
baseparser.rb * Non-String attributes are now converted to Strings; this means code such as 2004-04-23 15:44:30 +00:00
lightparser.rb * Changes to the encoding mechanism. If iconv is found, it is used first 2003-10-10 12:54:46 +00:00
pullparser.rb Initial revision 2003-06-10 01:31:01 +00:00
sax2parser.rb @@ Fix for the XPath descendant* result set ordering bug @@ 2004-02-13 22:40:14 +00:00
streamparser.rb Initial revision 2003-06-10 01:31:01 +00:00
ultralightparser.rb Initial revision 2003-06-10 01:31:01 +00:00
xpathparser.rb * Added the lower-case Shift-JIS files to the manifest. The upper-case ones 2003-12-09 02:41:33 +00:00