Library for generating XML from S-expressions in Common Lisp.
Go to file
opfez 87232595ab boring licensing/readme stuff 2021-07-13 19:38:52 +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 initial 2021-07-13 19:33:20 +02:00
package.lisp initial 2021-07-13 19:33:20 +02:00
readme boring licensing/readme stuff 2021-07-13 19:38:52 +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