1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
kou 1d67b9de28 rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by default
It breaks backward compatibility than I thought. So it's disabled by
default. It means that REXML's XPath processor isn't compatible with
XPath 1.0. But it will be acceptable for users.

We can enable it by specifying "strict: true" to
REXML::XPathParser.new explicitly.

* lib/rexml/xpath.rb,
  lib/rexml/xpath_parser.rb: Accept "strict: true" option.

* test/rexml/test_contrib.rb,
  test/rexml/xpath/test_base.rb: Use not XPath 1.0 compatible behavior.

* test/rexml/test_jaxen.rb: Use XPath 1.0 compatible behavior.

* test/rss/test_1.0.rb,
  test/rss/test_dublincore.rb,
  spec/ruby/library/rexml/element/namespace_spec.rb,
  spec/ruby/library/rexml/element/namespaces_spec.rb,
  spec/ruby/library/rexml/element/prefixes_spec.rb: Enable again.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-04-28 01:36:18 +00:00
..
cgi
drb If host of URI is omitted, make it with IP address. 2018-03-17 15:13:39 +00:00
forwardable
irb irb.rb: restore the last error 2018-04-14 13:05:52 +00:00
matrix
net net/imap: set SO_KEEPALIVE on TCP sockets 2018-04-22 21:21:06 +00:00
optparse
racc
rdoc fix regexp introduced at recent RDoc update (r62924). 2018-03-28 03:18:00 +00:00
rexml rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by default 2018-04-28 01:36:18 +00:00
rinda
rss
rubygems lib/rubygems/test_case.rb: take over @gem_prelude_index 2018-04-05 09:48:16 +00:00
shell
unicode_normalize
uri [DOC] Fix capitallizing [ci skip] 2018-04-25 14:00:47 +00:00
webrick repatch r62966 and r62969. 2018-04-03 10:22:45 +00:00
yaml
.document
abbrev.rb
base64.rb
benchmark.rb
cgi.rb
cmath.gemspec
cmath.rb
csv.gemspec
csv.rb Improve CSV performance 2018-03-18 10:28:58 +00:00
debug.rb
delegate.rb
drb.rb
e2mmap.rb
English.rb
erb.rb erb.rb: relax warn level of ERB.new 2018-02-28 12:12:20 +00:00
fileutils.gemspec
fileutils.rb [DOC] Fix links of cve [ci skip] 2018-04-16 10:20:15 +00:00
find.rb
forwardable.rb
getoptlong.rb
ipaddr.gemspec
ipaddr.rb
irb.rb irb.rb: restore the last error 2018-04-14 13:05:52 +00:00
logger.rb
matrix.rb
mkmf.rb Improve mkmf error message 2018-04-02 04:44:35 +00:00
monitor.rb
mutex_m.rb
observer.rb
open-uri.rb
open3.rb
optionparser.rb
optparse.rb
ostruct.rb
pp.rb
prettyprint.rb
prime.rb
profile.rb
profiler.rb
pstore.rb
rdoc.rb Merge RDoc 6.0.3 from upstream. 2018-03-26 05:56:26 +00:00
resolv-replace.rb
resolv.rb resolv.rb: remove rangerand 2018-03-06 03:31:46 +00:00
rss.rb
rubygems.rb
scanf.gemspec
scanf.rb
securerandom.rb
set.rb Add a new #filter alias for #select 2018-02-25 13:52:07 +00:00
shell.rb
shellwords.rb
singleton.rb
sync.rb
tempfile.rb
thwait.rb
time.rb Use Regexp#match? in time.rb for conditionals 2018-03-28 10:22:57 +00:00
timeout.rb
tmpdir.rb Ignore file separator from tmpfile/tmpdir name. 2018-03-28 10:03:03 +00:00
tracer.rb
tsort.rb
un.rb
uri.rb Improve docs for URI library 2018-04-21 20:04:05 +00:00
weakref.rb
webrick.rb
yaml.rb Clarify the documentation of the YAML module [Misc #14567] 2018-03-02 12:56:37 +00:00