开发者

Is out there anything that is for s-expressions what XPATH is for XML?

开发者 https://www.devze.com 2023-01-28 03:09 出处:网络
I am looking for a common-lisp impl if possible. (Also, I dont want to convert sexp to XML and u开发者_开发百科se xpath on the result.)a bit late answer, but it seems http://www.cliki.net/spath is exa

I am looking for a common-lisp impl if possible. (Also, I dont want to convert sexp to XML and u开发者_开发百科se xpath on the result.)


a bit late answer, but it seems http://www.cliki.net/spath is exactly what you look for.


Have you looked at SSAX+SXML+SXPATH? It's Scheme rather than Common Lisp but that shouldn't hold you up for long.

0

精彩评论

暂无评论...
验证码 换一张
取 消