(set 'xml-input " ") (set 'sexp (xml-parse xml-input)) (dolist (x (ref-all "Name" sexp)) (if (= (length x) 6) (println (last (sexp (chop x))))))