From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: Converting s-expressions to XML Date: Thu, 17 Jun 2010 21:50:34 +0200 Message-ID: <87631h30c5.fsf@ambire.localdomain> References: <282B74EA-192F-42AE-9B32-D8ED5E1B7E51@mac.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1276805461 8041 80.91.229.12 (17 Jun 2010 20:11:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 20:11:01 +0000 (UTC) To: Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jun 17 22:10:54 2010 connect(): No such file or directory Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OPLQL-00041A-RU for guile-user@m.gmane.org; Thu, 17 Jun 2010 22:10:53 +0200 Original-Received: from localhost ([127.0.0.1]:45823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPL9k-00027V-P2 for guile-user@m.gmane.org; Thu, 17 Jun 2010 15:53:44 -0400 Original-Received: from [140.186.70.92] (port=37787 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPL9W-0007DS-8G for guile-user@gnu.org; Thu, 17 Jun 2010 15:53:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPL8x-0003V5-4s for guile-user@gnu.org; Thu, 17 Jun 2010 15:52:56 -0400 Original-Received: from smtp207.alice.it ([82.57.200.103]:53941) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPL8w-0003Ui-Qd for guile-user@gnu.org; Thu, 17 Jun 2010 15:52:55 -0400 Original-Received: from ambire.localdomain (95.245.66.240) by smtp207.alice.it (8.5.124.08) id 4C1A26CF00070A54 for guile-user@gnu.org; Thu, 17 Jun 2010 21:52:52 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OPL6h-0006bj-5S for guile-user@gnu.org; Thu, 17 Jun 2010 21:50:35 +0200 In-Reply-To: <282B74EA-192F-42AE-9B32-D8ED5E1B7E51@mac.com> (dskr@mac.com's message of "Thu, 17 Jun 2010 15:21:08 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7886 Archived-At: () "dskr@mac.com" () Thu, 17 Jun 2010 15:21:08 -0400 (with-xml-tag 'em (make-raw "A Better Way")) yields A Better Way See also =E2=80=98peel=E2=80=99 and =E2=80=98expand=E2=80=99 in module (ttn= -do zzz publishing): http://www.gnuvola.org/software/ttn-do/ttn-do.html.gz#zzz-publishing Module (ttn-do zzz xhtml-tree) uses =E2=80=98expand=E2=80=99: http://www.gnuvola.org/software/ttn-do/scm-html/zzz/xhtml-tree.scm.html.gz= =20=20=20 Web server sizzweb uses the above (plus Guile-WWW): http://www.gnuvola.org/software/ttn-do/scm-html/sizzweb.scm.html.gz Module browser grumi uses the above (plus Guile-WWW): http://www.gnuvola.org/software/ttn-do/scm-html/grumi.scm.html.gz (etc) BTW, the =E2=80=98expand=E2=80=99 #:neck is where an extraneous newline can= be inserted. thi