diff --git a/SrcXPath.js b/SrcXPath.js deleted file mode 100644 index 6cec0689..00000000 --- a/SrcXPath.js +++ /dev/null @@ -1,12 +0,0 @@ -function SrcXPath(html,note,array){ - try{ - if(array==1){ - return xpathArray(html, note); - }else{ - return xpath(html, note).trim(); - } - }catch(e){ - log(e.message) - } - return ""; -}