What's new? | Help | Directory | Sign in
Google
html-entities
A library for encoding and decoding (HTML/SGML/XML) entities in Common Lisp.
  
  
  
  
    
Show all Featured Downloads:
html-entities_0.02.tar.gz
Join project
Project owners:
  asokoloski

Requires: CL-PPCRE

Installation:

(asdf-install:install :html-entities)

Usage:

(asdf:oos 'asdf:load-op 'html-entities)

(defparameter str "some text <which needs \"encoding\"!> & decoding")

(let ((encoded (encode-entities str)))
  (decode-entities encoded))

(More documentation)

Patches and suggestions welcome!