Date: Tuesday September 23, 2003 @ 10:44 Author: aventimiglia
Update of /project/clhp/cvsroot/clhp/examples In directory common-lisp.net:/tmp/cvs-serv769/examples
Modified Files: index.clhp Log Message: clhp.lisp: Created XML-ELEMENT structure and exported all it's associated symbols. This struct includes a pritty printer PPRINT-XML-ELEMENT, which outputs the structure as an xml tag. I also wrote TAG, which is a convenience function that makes xml-element creation a breeze.
examples/index.clhp: Placed some examples of using TAG function. This includes the PRINT-A-LIST-TABLE macro, which is used to create tables from (CONS . TYPE) a-lists. Also added some comments.