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)
现在有一个在线XPath 2.0测试仪/分析仪:
http://www.qutoric.com/xslt/analyser/xpathtool.html
这实际上是使用Saxon-CE XSLT 2.0处理器(应用程序是用XSLT 2.0编写的)运行的.截图显示您评估的表达式:
归档时间: |
|
查看次数: |
19387 次 |
最近记录: |