From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe2e.google.com (mail-vs1-xe2e.google.com [IPv6:2607:f8b0:4864:20::e2e]) by sourceware.org (Postfix) with ESMTPS id 8919A3833791 for ; Thu, 26 May 2022 12:46:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8919A3833791 Received: by mail-vs1-xe2e.google.com with SMTP id c26so1298055vsl.6 for ; Thu, 26 May 2022 05:46:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gHDUqmzcEjpiZCtCzYFyXMd7wYc5WTiiXAm87L9l+eI=; b=Dwyx191Z54nm5oZRw4lNEUHXgQ1Kxlnzp21hIPnFcNDECqAFykJLLQv7klgmjfSOBm aKB4bUnV/eFF8ZIz7Yp7dpuWPvMSPJ8M1G7Rvz0heGQ0ErHjcg3yruv4MVH5jTBnb7sU uIstVMIFPveB05QMI1Y0jrz3Z9gh3RtvC35yAUxEafns4iDYlglXbELOq0G5k0N2uVV6 j8x4vbQNszDT6znQO9yU8OD37qw1sjsA2pkObyCrMANOfveHc/Uhq+/XbkbqxURCbVmb GBK7iaZkjbS6yjv5irvemy7ROYz1aatcnAz+xjZa19swjb5fUcSjFjxJ0qzlCwxG0pD0 KO6g== X-Gm-Message-State: AOAM5331qRP7gLp5WtfiJW1Ko31jyJX/Fyr3tdv9Bw9JXIV2uP8h6exv q4cxX8XyW0jeqwmLfPtgrxBdkqi96zuy/aeuJ/M= X-Google-Smtp-Source: ABdhPJyC8rJ8WVrasctoItXXI2/r3e2wqNtEuurXh/DMO4EAfvngz5Q83dafzqAOyMBnaYPpnx2XDyz5EkGfqERN17E= X-Received: by 2002:a05:6102:2383:b0:32d:316c:684d with SMTP id v3-20020a056102238300b0032d316c684dmr14526765vsr.69.1653569179964; Thu, 26 May 2022 05:46:19 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Prateem Mandal Date: Thu, 26 May 2022 13:46:08 +0100 Message-ID: Subject: Re: SXML support in Kawa Scheme To: Shawn Wagner Cc: kawa@sourceware.org X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: kawa@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Kawa mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2022 12:46:22 -0000 Thank you Shawn for the clarifications. I will first try solving my immediate problem using standard Java API first. -P On Fri, May 20, 2022 at 1:12 PM Shawn Wagner wrote: > 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 >> >