Help for this page

Select Code to Download


  1. or download this
        function(doc,q,ref,cont) {
            var xres = doc.evaluate(q,ref,null,XPathResult.ORDERED_NODE_SN
    +APSHOT_TYPE, null );
    ...
            };
            return res
        }