xml.location
This system provides a convenient interface for manipulating XML data. It is inspired by the xmltio library.
$ area51 add xml.locationCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(xml.location:some-function ...)