From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] webscript Date: Fri, 7 Oct 2005 11:11:24 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <200510071706.j97H6pqi031134@gate.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 96beea6e-ead0-11e9-9d60-3106f5b1d025 > You'd need a parser to map a document's structure > into an s-expr and then you can do all the intresting stuff > in this awk-for-s-expr language. sexpr and scheme are made for each other. irc, presotto was contemplating a solution a couple of years ago. we had to use an old version of expat xml parsing library (it's open source) for a project. it has had many updates by now. you supply it helper functions for the node types you're interested in.