From 4602d8e2b725b6ab7766eed5055c73c22934fb7b Mon Sep 17 00:00:00 2001 From: kou Date: Mon, 30 Apr 2018 06:54:13 +0000 Subject: NEWS: Add recent REXML changes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e8d316f45c..d08fa867ae 100644 --- a/NEWS +++ b/NEWS @@ -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: -- cgit v1.2.3