Re: Question: Tokenizing CDATA attribute values

Subject: Re: Question: Tokenizing CDATA attribute values
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 16 Jun 1997 14:23:37 -0400
David Megginson wrote:
> To do this in a conventional Scheme/LISP way, you could start with
> (string->list), which explodes the string into a list of characters,
> and (list->string), which reassembles a list of characters into a
> string.  Both of these are currently missing from Jade, so here are my
> implementations (James: for speed purposes, it would be _very_ useful
> to have these implemented in C++):

Actually the "string" procedure does convert an array of chars to a
string and it is implemented in Jade.

I'm curious about your coding style. Why do you sometimes use "cond" for
"if"? And "#t" for "else"?
 
 Paul Prescod

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread