Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defmacro with-osm (stream &body body)
- `(progn
- (format ,stream "~a~%~a~%"
- "<?xml version='1.0' encoding='UTF-8'?>"
- "<osm version=\"0.6\" generator=\"osmium/1.5.1\">")
- ,@body
- (format ,stream "~&</osm>~%")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement