【发布时间】:2013-09-04 22:04:04
【问题描述】:
我正在尝试选择 :li 节点,其内容中包含单词“(SCIAN”:
<li>...</li>
<li class="">
Conception de systèmes informatiques et services connexes (SCIAN 541510)
</li>
<li>...</li>
我尝试这个失败了:
(html/select
fetched
[[:li (html/has [(html/re-pred #"\w*SCIAN\b")])]])))
感谢您的帮助!
注意:我尝试使用这些模式但没有成功,所以我可能会做错事: https://groups.google.com/forum/#!topic/enlive-clj/thlhc5zBRUw
【问题讨论】: