Skip to content

Instantly share code, notes, and snippets.

@slyrus
Created March 1, 2013 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slyrus/5068867 to your computer and use it in GitHub Desktop.
Save slyrus/5068867 to your computer and use it in GitHub Desktop.
abcl plexippus-xpath bug
;;; comment out xpath-test.lisp and load xpath first, then compile this with ABCL... boom...
(defpackage :xpath-bug
(:use :cl))
(in-package :xpath-bug)
(xpath:with-namespaces (("" ""))
(xpath:evaluate "count(html/following::text())"
(cxml:parse-rod "<html></html>"
(cxml-dom:make-dom-builder))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment