Closed Arti3DPlayer closed 8 years ago
Hi @Arti3DPlayer, it should support logical operations, could you please provide an example?
For example at this page:
concat(//*[@id='ajaxPrice']/text(), //*[@id='ciItemPrice']/text())
let jiDoc = Ji(htmlData: responseData)!
let titleNode = jiDoc.xPath(text)
print(titleNode)
i found the solution i guess. This is because i return string, not dom element :( Is there a solution, how to make it works ?
@Arti3DPlayer Hey what the solution you found? I tried concat
and it doesn't work. Not sure whether it's syntax problem or internal problem. I'll continue to figure it out
oh, you don't understand me. I mean that i found the issue ) I tried:
https://github.com/tid-kijyun/Kanna https://github.com/topfunky/hpple
No one is working with strings. My question at stackoverflow: http://stackoverflow.com/questions/33353848/swift-xpath-search-return-string
Based on libxml2.0 C library, not NSXMLParser.
Yes but issue in code :( Because i have tested at Python libxml library, it works
Have troubles with queries that contains logical operations. They always return empty results.