From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) by sourceware.org (Postfix) with ESMTPS id F0D85382F091 for ; Fri, 20 May 2022 12:12:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F0D85382F091 Received: by mail-pf1-x42f.google.com with SMTP id j6so7587563pfe.13 for ; Fri, 20 May 2022 05:12:04 -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=vp0Kejk5en4NXJrZ/LnK00w4CNcs/3PvxCvBuCCdfpk=; b=Peo9Rubr0uXmwzj9qIzmfl3ObFWGwheyJK/JiulvgQY+g556JP7EgmbjMUmsv0h4ZT FeZjfePuG+ptO7rmFJOBMqIui5IHoq+EIMQZOdTw5DzaTmoVD6MSB4b9CToIV9wU08CN sVpenbsOdZKB5VqD+sEb9X94YFFl+mzuzOWcCyltBEY+vPei73miB7DDMTNKC+DYNcL0 aXFmpUyONDqJj7upTfyELyI6O4b8kfwjwoYLcGUIS8D8rz8izEjvddFa3OZmMU3N+V9k LtpnHDEJoUuOAsO7FZxhjmbOeMig1obw7mf0AO16ml8hJ5G1cGGLxPEJAleXubTwz05r n9vg== X-Gm-Message-State: AOAM530H9S/eos3NvLU8RY6iqT8UA2u3bdKVdN0P2UPQzapzmfBuxSUu fSVYTq/liPDAU9cgLOm988bZ1mAJulWAA96OCZs= X-Google-Smtp-Source: ABdhPJzRUD8+PGguiIe00DqQUS4qUE6rpqExIngPx0rGYulOK7ANLKFLTgxu7BBROFUMgqb6Qp+/jLL+osYfRdiylEs= X-Received: by 2002:a63:4b16:0:b0:3db:2389:8403 with SMTP id y22-20020a634b16000000b003db23898403mr8354479pga.594.1653048723925; Fri, 20 May 2022 05:12:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Shawn Wagner Date: Fri, 20 May 2022 05:11:51 -0700 Message-ID: Subject: Re: SXML support in Kawa Scheme To: Prateem Mandal Cc: kawa@sourceware.org X-Spam-Status: No, score=0.4 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: Fri, 20 May 2022 12:12:06 -0000 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 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 >