cl-fxml
cl-fxml is an XML template engine similar to PHP, but without context switching tags.

Homepage: https://github.com/Goheeca/cl-fxml

License: MIT

Usage:

(named-readtables:in-readtable cl-fxml:syntax)

((:html)
  ((:head)
    ((:title) "Html example"))
  ((:body)
    ((:a :href "#") "Lorem ipsum dolor sit amet")))