Returns a query predicate that matches a node when its xml content
matches the query expresions given.
(defn seq-test
"Returns a query predicate that matches a node when its xml content
matches the query expresions given."
^{:private true}
[preds] (fn [loc] (and (seq (apply xml-> loc preds)) (list loc))))
Comments top
No comments for seq-test. Log in to add a comment.