looking for sxml-tools for scsh

Immanuel Normann <[email protected]> Thu, 23 Feb 2006 01:49:49 +0100 (MET)
Newsgroups gmane.lisp.scheme.scsh
Message-ID <[email protected]>
has anybody tried succefully to adjust (and package) Kirill Lisovsky's 
sxml-tools for scsh?
(http://www196.pair.com/lisovsky/xml/sxmltools/)

That would be nice! Or are there other compairable libs for scsh around?
In particular I am looking for the inverse of ssax:xml->sxml  i.e.  a 
function ssax:sxml->xml.

(I don't understand why it is not part of the SSAX libray. Sure 
ssax:sxml->xml is trivial compaired with
ssax:xml->sxml (may be too trivial for the SSAX lib) and in fact I have 
already implemented it once in Lisp. And maybe many of these helpful 
functions in sxml-tools are more or less straightforward to implement. 
But reinventing the wheel is frustrating.)

Thanks for any hint,
Immanuel