Library for generating XML from S-expressions in Common Lisp.
Go to file
opfez 73cdbc98ad add docstrings, simplify INDENTATION 2021-07-13 19:58:28 +02:00
UNLICENSE boring licensing/readme stuff 2021-07-13 19:38:52 +02:00
cl-xml.asd boring licensing/readme stuff 2021-07-13 19:38:52 +02:00
cl-xml.lisp add docstrings, simplify INDENTATION 2021-07-13 19:58:28 +02:00
package.lisp initial 2021-07-13 19:33:20 +02:00
readme asdlfkjasdf 2021-07-13 19:42:26 +02:00

readme

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

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)