cl-xml/readme

15 lines
415 B
Plaintext
Raw Normal View History

2021-07-13 17:38:52 +00:00
This is a simple Common Lisp library for generating XML from S-expressions.
It includes two macros:
- xml - prints an XML structure from the S-expression given.
- xml-string - creates a string of the XML structure.
Example: https://tilde.town/~opfez/index.lisp
2021-07-13 17:42:26 +00:00
Installation:
git clone https://tildegit.org/opfez/cl-xml.git
mv cl-xml ~/quicklisp/local-projects
Now you can load it with (ql:quickload :cl-xml)