From: acp
Subject: how to convert a string to binary stream
Date: 
Message-ID: <dkr5cj$p99$1@newsdbm03.news.prodigy.com>
hi,o

i am using cxml to parse an xml string.unfortunately, it didn't have 
function 'parse-string' exported from the package.i have to use 
'parse-stream' method but it is not taking 'character' stream and only 
takes 'binary stream'.

can somebody please help me on this.

thanks,
-AC
From: acp
Subject: Re: how to convert a string to binary stream
Date: 
Message-ID: <dkt8ni$uvo$1@newsdbm03.news.prodigy.com>
it's working..thanks for the tip.

-AC

Pascal Bourguignon wrote:
> acp <·······@yahoo.com> writes:
> 
> 
>>hi,o
>>
>>i am using cxml to parse an xml string.unfortunately, it didn't have
>>function 'parse-string' exported from the package.i have to use
>>parse-stream' method but it is not taking 'character' stream and only
>>takes 'binary stream'.
>>
>>can somebody please help me on this.
> 
> 
> You can use '::' instead of ':': 
> 
>      cxml::parse-string
> 
>