From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jeff Read" Newsgroups: gmane.lisp.guile.devel Subject: Guile and XML Date: Sun, 6 Oct 2002 20:57:02 -0400 Sender: guile-devel-admin@gnu.org Message-ID: <20021006205702.A14050@gas-o> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033951874 30556 127.0.0.1 (7 Oct 2002 00:51:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 7 Oct 2002 00:51:14 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17yM76-0007wa-00 for ; Mon, 07 Oct 2002 02:51:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17yM1R-0007Fa-00; Sun, 06 Oct 2002 20:45:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17yM05-0005af-00 for guile-devel@gnu.org; Sun, 06 Oct 2002 20:43:57 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17yLzn-00050y-00 for guile-devel@gnu.org; Sun, 06 Oct 2002 20:43:40 -0400 Original-Received: from mta3.snet.net ([204.60.203.69]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17yLzl-0004tW-00 for guile-devel@gnu.org; Sun, 06 Oct 2002 20:43:37 -0400 Original-Received: from gas-o (cfwph1.ccsu.edu [149.152.90.1]) (authenticated bits=0) by mta3.snet.net (8.12.3/8.12.3/SNET-smtp-1.2/D-1.1.1.1/O-1.1.1.1) with ESMTP id g970dT1V021021 for ; Sun, 6 Oct 2002 20:39:29 -0400 (EDT) Original-Received: by gas-o (sSMTP sendmail emulation); Sun, 6 Oct 2002 20:57:02 -0400 Original-To: guile-devel@gnu.org User-Agent: Mutt/1.0.1i Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1469 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1469 Greetings, If it helps any, I have a simple, fairly complete, though non-validating XML parser lying around that I wrote in Scheme over a couple of nights. If blinding speed or adherence to the "second system effects" that have since been attached to the XML standard (e.g., DOM, schemas, namespaces, etc.) are not critical issues, then it might prove useful. The fact that it is written in Scheme, and directly translates an XML document to a Scheme list, are things which I consider benefits (but YMMV). If anyone wants to use it, hack on it, improve it, etc. let me know and I'll post it to the list. -- Jeffrey T. Read "I fight not for me but the blind babe Justice!" --Galford _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel