1
在iphone上移動safari支持xpath嗎?我正在使用libxml2來解析objective-c中的xhtml文件,但希望能夠即時更改我的解析邏輯。正在考慮使用UIWebview的stringByEvaluatingJavaScriptFromString:方法。在iphone上移動safari支持xpath嗎?
在iphone上移動safari支持xpath嗎?我正在使用libxml2來解析objective-c中的xhtml文件,但希望能夠即時更改我的解析邏輯。正在考慮使用UIWebview的stringByEvaluatingJavaScriptFromString:方法。在iphone上移動safari支持xpath嗎?
我看到版本3.0有document.evaluate
https://developer.mozilla.org/en/DOM/document.evaluate這就是XPATH評估所需的全部內容。
document.evaluate在Simulator 3.0或Simulator 3.1中不起作用。 我在webViewDidFinishLoad中運行以下內容,其中加載的頁面有2
您是否嘗試過使用'snapshotLength',而不是xpath的'count'? 'document.evaluate(「// form」,document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null).snapshotLength' – kangax 2009-09-09 14:33:06