From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83500 invoked by alias); 22 May 2017 13:55:02 -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 83200 invoked by uid 89); 22 May 2017 13:55:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?Yes, score=6.8 required=5.0 tests=AWL,BAYES_40,FOREIGN_BODY1,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=avez, TABLE, vous, =e9crit?= 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; Mon, 22 May 2017 13:55:01 +0000 Received: from [192.168.109.88] (natoca100-13.unice.fr [134.59.100.13]) by smtps-n.oca.eu (Postfix) with ESMTPSA id CED9680550 for ; Mon, 22 May 2017 15:55:02 +0200 (CEST) From: Damien MATTEI To: kawa@sourceware.org Subject: Re: xml literals Date: Mon, 22 May 2017 13:55:00 -0000 User-Agent: KMail/1.9.6 References: <27980.1495448042@vereq.eip10.org> <201705221544.42763.Damien.Mattei@unice.fr> In-Reply-To: <201705221544.42763.Damien.Mattei@unice.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201705221555.02589.Damien.Mattei@unice.fr> X-IsSubscribed: yes X-SW-Source: 2017-q2/txt/msg00078.txt.bz2 any idea? for creating this with literals: harder than it seems,due to BORDER and '"' :-( ? damien Le Monday 22 May 2017 15:44:42 Damien MATTEI, vous avez =E9crit=A0: > thank you, > it solves the problem > Damien >=20 > Le Monday 22 May 2017 12:14:02 Sudarshan S Chawathe, vous avez =E9crit=A0: > > > i also try first variants like this: > > >=20 > > > #|kawa:3|# (html:td "toto") > > > > > >=20 > > > i can find a place to put the options of an html TAG > > > is there a way to do it? or not yet implemented? > >=20 > > Something like the following works: > >=20 > > (html:td class: "foo" "here is content") > >=20 > > Regards, > >=20 > > -chaw > >=20 > >=20 >=20 >=20 >=20
toto