You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
UNLICENSE | 2 years ago | |
cl-xml.asd | 2 years ago | |
cl-xml.lisp | 2 years ago | |
package.lisp | 2 years ago | |
readme | 2 years ago |
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)