5 lines
87 B
Common Lisp
5 lines
87 B
Common Lisp
(load "@lib/xm.l")
|
|
|
|
(mapcar
|
|
'((L) (attr L 'Name))
|
|
(body (in "file.xml" (xml))) )
|