Write A DOM XPath test with Mozilla. <script type="text/javascript"> function Go() { if(document.implementation.hasFeature("XPath","3.0")) { var result = document.evaluate("descendant::div",document,null,0,null); alert(result.iterateNext()); } else { alert("Not Support"); } } </script>
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:58:52 GMT