NEWS: Add recent REXML changes

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2018-04-30 06:54:13 +00:00
parent 7727b22eb1
commit 4602d8e2b7
1 changed files with 35 additions and 0 deletions

35
NEWS
View File

@ -141,6 +141,41 @@ with all sufficient information, see the ChangeLog file or Redmine
* Matrix#antisymmetric?
* REXML
* Improved some XPath implementations:
* concat() function: Stringify all arguments before concatenating
* string() function: Support context node
* string() function: Support processing instruction node
* Support "*:#{ELEMENT_NAME}" syntax in XPath 2.0
* Fixed some XPath implementations:
* "//#{ELEMENT_NAME}[#{POSITION}]" case
* string() function: Fix function(document) returns nodes that are
out of root elements.
* "/ #{ELEMENT_NAME} " case
* "/ #{ELEMENT_NAME} [ #{PREDICATE} ]" case
* "/ #{AXIS}:: #{ELEMENT_NAME} " case
* "#{N}-#{M}" case: One ore more white spaces were required before "-"
* "/child::node()" case
* "#{FUNCTION}()/#{PATH}" case
* "@#{ATTRIBUTE}/parent::" case
* "name(#{NODE_SET})" case
* Set
* Aliased methods: