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
mame f2bd994409 * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checks
raw text for illegal characters without entity check, for the sake
  of 1.8 compatibility.  This had caused rubyspec error.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-02-09 12:30:31 +00:00
..
dtd
encodings
formatters
light
parsers * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE): 2009-12-29 01:36:26 +00:00
validation
attlistdecl.rb
attribute.rb
cdata.rb
child.rb
comment.rb
doctype.rb
document.rb * lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDecls 2010-01-31 04:03:14 +00:00
element.rb
encoding.rb
entity.rb
functions.rb
instruction.rb
namespace.rb
node.rb
output.rb
parent.rb * lib/rexml/parent.rb (REXML::Parent#delete): return the deleted node 2010-01-31 06:55:06 +00:00
parseexception.rb
quickpath.rb
rexml.rb * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE): 2009-12-29 01:36:26 +00:00
sax2listener.rb
source.rb
streamlistener.rb
syncenumerator.rb
text.rb * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checks 2010-02-09 12:30:31 +00:00
undefinednamespaceexception.rb
xmldecl.rb
xmltokens.rb
xpath.rb
xpath_parser.rb