Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XPATH Conformance

I have an XPath engine implementation that needs to be tested.

Is there a set of standard conformance tests that we can apply to validate that conforms to the XPath specification (in relation to XSLT).

What would be perfect would be XML documents XPath expression and expected results.

like image 214
Martin York Avatar asked Nov 06 '22 20:11

Martin York


1 Answers

There is a W3C XQuery test suite that at least one person has used to test against XPath.

like image 137
Matt Bridges Avatar answered Nov 30 '22 14:11

Matt Bridges