My favorites | Sign in
Project Logo
             
Show all Featured downloads:
cl-libxml2-0.3.1.tar.bz2
People details
Project owners:
  archimag

Sample

(xtree:with-parse-document (doc "<root><a /><b /><c /></root>")
  (iter (for node in-xpath-result "/root/node()" on doc)
        (collect (xtree:local-name node))))
("a" "b" "c")

Documentation

Read

Features

News









Hosted by Google Code