From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <76a745b1613a3ef072d574d09554b32c@9netics.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] XML Date: Mon, 21 May 2007 12:26:37 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <6e35c0620705211139y30c9483csb3a16a16effbdac8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 6de0bb7a-ead2-11e9-9d60-3106f5b1d025 >> etc. other approaches -- sexpr and sexpr with embedded js for >> transformations -- would be as useful. > > What do you think would be the fastest/best way to implement something > like this as a proof-of-concept or stepping stone? not exactly plan9 related, but... i assume the consumer will be a browser. probably do one in javascript. despite its name, XMLHttpRequest can fetch anything. check out the link below and take a look at jabberzilla sources on code.google.com. http://javascript.crockford.com/little.html could just use an rc script to generate the content, probably using this handy program: /n/sources/contrib/rsc/cgi.c