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

6 lines
87 B
Text
Raw Permalink Normal View History

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