From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5971 invoked by alias); 22 May 2017 13:44:47 -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 5844 invoked by uid 89); 22 May 2017 13:44:46 -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, vous, =e9crit, Something?= 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:44:45 +0000 Received: from [192.168.109.88] (natoca100-13.unice.fr [134.59.100.13]) by smtps-n.oca.eu (Postfix) with ESMTPSA id 07FE380522 for ; Mon, 22 May 2017 15:44:43 +0200 (CEST) From: Damien MATTEI To: kawa@sourceware.org Subject: Re: xml literals Date: Mon, 22 May 2017 13:44:00 -0000 User-Agent: KMail/1.9.6 References: <27980.1495448042@vereq.eip10.org> In-Reply-To: <27980.1495448042@vereq.eip10.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201705221544.42763.Damien.Mattei@unice.fr> X-IsSubscribed: yes X-SW-Source: 2017-q2/txt/msg00077.txt.bz2 thank you, it solves the problem Damien 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") > > 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