SXML support in Kawa Scheme
Shawn Wagner
shawnw.mobile@gmail.com
Fri May 20 12:11:51 GMT 2022
My first inclination when it comes to doing XML processing in kawa beyond
what it provides ( https://www.gnu.org/software/kawa/XML-tools.html ) would
be to use the standard Java API.
But while I haven't used SSAX/SXML in kawa, experience with other scheme
libraries is that unless it's doing fancy stuff with continuations, things
generally work well enough out of the box.
On Fri, May 20, 2022 at 5:02 AM Prateem Mandal via Kawa <kawa@sourceware.org>
wrote:
> Hi All,
>
> Is there is any library that I can use to deserialize XML file in SXML and
> serialize SXML back to XML in Kawa. My search turned up some discussion
> about it on SSAX mailing list and on Kawa mailing list but with no
> definitive conclusion.
>
> Before I start looking into what it will take to port an existing library
> to Kawa, I want to make sure that nothing exists.
>
> I would also like to know if Kawa recommends a different approach.
>
> Thanks
> Prateem
>
More information about the Kawa
mailing list