XPath 2.0在线测试仪?

Igo*_*kin 15 testing xpath-2.0

我使用Oxygen XMLTester for xPath选择器,支持XPath 2.0规范.所以我想知道是否有任何在线测试人员使用XPath 2.0规范. http://www.xmlme.com/XpathTool.aspx [http://www.xmlme.com/XpathTool.aspx][2] http://www.xpathtester.com/test [http://www.xpathtester的.com /测试] [3]

上述测试人员未能采用以下XPAth(2.0相当成功):/ list/sum(item/prices/price [@ currency ='USD'])和XML:

<list>
   <item new='true'>
     <title lang="en">Pop-Music DVD</title>
     <author >K. A. Bred</author>
     <year>2012</year>
     <prices>
       <price currency="USD">29.99</price>
       <price currency="EUR">23.2</price>
     </prices>
   </item>
   <item new='false'>
    <title>Gone with the wind</title>
    <author>M. Mitchell</author>
    <year>1936</year>
    <prices>
      <price currency="USD">19.05</price>
      <price currency="EUR">15</price>
    </prices>
  </item>
</list>
Run Code Online (Sandbox Code Playgroud)

Ben*_*ela 28

由于这再次冒出来:

我还在这里制作了一个XPath 2.0在线测试仪.

没有那么丰富多彩或描述性,但恕我直言更容易用于小型查询.


pgf*_*aro 5

现在有一个在线XPath 2.0测试仪/分析仪:

http://www.qutoric.com/xslt/analyser/xpathtool.html

这实际上是使用Saxon-CE XSLT 2.0处理器(应用程序是用XSLT 2.0编写的)运行的.截图显示您评估的表达式:

在此输入图像描述