XML/XPath: Difference between revisions

(CL cosmetics)
Line 200:
{{libheader|cxml-stp}}
 
<lang lisp>(defparameterdolist *doc*(system '(cxml:parse-filexpath "xml" (stp:makecxml-builder)stp :cxml))
(asdf:oos 'asdf:load-op system))
 
(defparameter *doc* (cxml:parse-file "xml" (stp:make-builder)))
 
(xpath:first-node (xpath:evaluate "/inventory/section[1]/item[1]" *doc*))
Anonymous user