<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
David Lichteblau wrote:
<blockquote cite="mid:20080219185950.GZ16179@radon" type="cite">
<pre wrap="">Quoting Chaitanya Gupta (<a class="moz-txt-link-abbreviated" href="mailto:mail@chaitanyagupta.com">mail@chaitanyagupta.com</a>):
</pre>
<blockquote type="cite">
<pre wrap="">CL-USER> (flexi-streams:with-input-from-sequence (s *x)
(cxml:parse s (cxml-dom:make-dom-builder)))
</pre>
</blockquote>
<pre wrap=""><!---->[...]
</pre>
<blockquote type="cite">
<pre wrap="">Only file streams are supported?
</pre>
</blockquote>
<pre wrap=""><!---->
Thanks for the report. That was a bug in PARSE, which should be fixed
in cxml CVS now.
</pre>
</blockquote>
Great.<br>
<blockquote cite="mid:20080219185950.GZ16179@radon" type="cite">
<pre wrap="">
For now, you'd have to open the socket using :element-type
'(unsigned-byte 8), or take advantage of bivalent streams on Lisps that
provide them.
</pre>
</blockquote>
I think I can manage with that for now. I'll let you know if there are
any problems.<br>
<br>
Chaitanya<br>
<br>
</body>
</html>