From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34257 invoked by alias); 13 Jun 2017 09:15:32 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 20015 invoked by uid 89); 13 Jun 2017 09:15:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy= X-HELO: smtps-n.oca.eu Received: from smtps-n.oca.eu (HELO smtps-n.oca.eu) (192.54.174.167) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Jun 2017 09:15:03 +0000 Received: from [192.168.109.88] (natoca100-13.unice.fr [134.59.100.13]) by smtps-n.oca.eu (Postfix) with ESMTPSA id CD7F880495 for ; Tue, 13 Jun 2017 11:15:05 +0200 (CEST) From: Damien MATTEI To: Kawa mailing list Subject: Re: xml literals Date: Tue, 13 Jun 2017 09:15:00 -0000 User-Agent: KMail/1.9.6 References: <201705151611.09622.Damien.Mattei@unice.fr> <201706091713.23504.Damien.Mattei@unice.fr> <6b50a1f5-f387-68f6-1530-60cdafcbbde6@bothner.com> In-Reply-To: <6b50a1f5-f387-68f6-1530-60cdafcbbde6@bothner.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201706131115.05600.Damien.Mattei@unice.fr> X-IsSubscribed: yes X-SW-Source: 2017-q2/txt/msg00106.txt.bz2 hello, is there a way in HTML literal to make the code more human readable, by inserting CR between two literals or /and to indent the code, ican not find a way in the doc to insert characters between literals or doing it , if it's not possible i suppose it is not trivial to do it as the method toString should be overwrite . Damien