RosettaCodeData/Task/XML-Input/PicoLisp/xml-input.l
2023-07-01 13:44:08 -04:00

5 lines
87 B
Common Lisp

(load "@lib/xm.l")
(mapcar
'((L) (attr L 'Name))
(body (in "file.xml" (xml))) )