From edi at agharta.de Fri Mar 23 14:54:33 2007 From: edi at agharta.de (Edi Weitz) Date: Fri, 23 Mar 2007 15:54:33 +0100 Subject: [cl-who-announce] New version 0.7.0 (Was: case sensitive tag) In-Reply-To: <4877ae640703191700h68c57e52yb80a38f668365aa0@mail.gmail.com> (Mac Chan's message of "Mon, 19 Mar 2007 17:00:35 -0700") References: <4877ae640703191700h68c57e52yb80a38f668365aa0@mail.gmail.com> Message-ID: On Mon, 19 Mar 2007 17:00:35 -0700, "Mac Chan" wrote: > Another handy use of cl-who is to generate xml testing data, like so: > > (with-html > (loop repeat 500 do > (htm > (:|Item| > (:|ASIN| (str (format nil "~D" (random 9999999999)))) > (:|DetailPageURL| "http://www.amazon.com/") > (:|ItemAttributes| > (:|Author| (str (conc (random-word) " " (random-word)))) > (:|Manufacturer| (str (random-word))) > (:|ProductGroup| (str (random-word))) > (:|Title| (str (conc (random-word) " " (random-word)" " > (random-word))))))))) > > > Attached is a simple patch to introduce a special var > cl-who:*downcase-tag* to control whether cl-who should downcase > tagname by default. Thanks, I've now released a new version which incorporates your patch.