<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
John,<br>
<br>
Well, this is strange.<br>
<br>
I thought the new library didn't have it so I wrote it. It is
trivial (see below)<br>
I just happened to call it a lot. It is what the original libraries
tutorial started with (
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://modis.ispras.ru/Lizorkin/sxml-tutorial.html">http://modis.ispras.ru/Lizorkin/sxml-tutorial.html</a>)<br>
<br>
However, I now find it actually is in the library, but just is not
documented - except, that is, I now see, in the raw export list. So
no need to add anything.<br>
<br>
Thanks,<br>
<br>
Joop<br>
<br>
(require (planet clements/sxml2:1:=3))<br>
(require net/url)<br>
<br>
(define (sxml:document1 url)<br>
(ssax:xml->sxml (get-pure-port (string->url url)) '()))<br>
<br>
<br>
On 03/27/2012 07:26 PM, John Clements wrote:
<blockquote
cite="mid:9C5C8778-0243-4C4D-ACBB-01A3EE251250@brinckerhoff.org"
type="cite">
<pre wrap="">
On Mar 27, 2012, at 10:25 AM, Joop Ringelberg wrote:
</pre>
<blockquote type="cite">
<pre wrap="">John,
Thank you.
I've replaced the requirement with clements/sxml2 and am happy to say that it works like a charm.
Had to add the sxml:document convenience function and that was it.
</pre>
</blockquote>
<pre wrap="">
Hmm, what's the sxml:document convenience function? Would you consider adding it and submitting a pull request?
John
</pre>
</blockquote>
</body>
</html>