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
kou ba5ed845b3 * lib/rexml/xmltokens.rb: Add missing non ASCII valid characters
to element name characters. Now, REXML name tokens exactly
  match "[5] Name" in the XML spec and "[4] NCName" in the
  Namespaces in XML spec. See comment about the details.
  [Bug #9539]  [ruby-core:60901]
  Reported by Mario Barcala. Thanks!!!

* test/rexml/xpath/test_node.rb: Add tests for the above case.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-23 09:01:32 +00:00
..
dtd
formatters
light
parsers * lib/rexml/parsers/ultralightparser.rb 2013-11-16 09:31:24 +00:00
validation
attlistdecl.rb
attribute.rb * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506] 2014-01-19 05:43:26 +00:00
cdata.rb
child.rb
comment.rb
doctype.rb
document.rb
element.rb * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506] 2014-01-19 05:43:26 +00:00
encoding.rb
entity.rb * lib/rexml/entity.rb: [DOC] Fix typo 2013-12-19 07:58:36 +00:00
functions.rb
instruction.rb
namespace.rb
node.rb
output.rb
parent.rb
parseexception.rb
quickpath.rb
rexml.rb
sax2listener.rb
security.rb
source.rb * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506] 2014-01-19 05:43:26 +00:00
streamlistener.rb * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506] 2014-01-19 05:43:26 +00:00
syncenumerator.rb
text.rb
undefinednamespaceexception.rb
xmldecl.rb
xmltokens.rb * lib/rexml/xmltokens.rb: Add missing non ASCII valid characters 2014-02-23 09:01:32 +00:00
xpath.rb
xpath_parser.rb * lib/rexml/xpath_parser.rb: Fix indent. 2014-02-22 14:17:27 +00:00