RosettaCodeData/Task/XML-Input/PicoLisp/xml-input.l

6 lines
87 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
(load "@lib/xm.l")
(mapcar
'((L) (attr L 'Name))
(body (in "file.xml" (xml))) )