我正在尝试选择 :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