From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17008 Path: main.gmane.org!not-for-mail From: Duncan Hothersall Newsgroups: gmane.comp.tex.context Subject: Re: MathML element for accents? Date: Wed, 10 Nov 2004 11:17:56 +0000 Message-ID: <4191F8E4.6080208@capdm.com> References: <20041110110003.333341278D@ronja.ntg.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1100085692 5539 80.91.229.6 (10 Nov 2004 11:21:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Nov 2004 11:21:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 10 12:21:27 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRqXX-0004aQ-00 for ; Wed, 10 Nov 2004 12:21:27 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 91B71127C7; Wed, 10 Nov 2004 12:21:27 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30148-02; Wed, 10 Nov 2004 12:21:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DCB9A1277E; Wed, 10 Nov 2004 12:17:53 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B80E21277E for ; Wed, 10 Nov 2004 12:17:52 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29955-04-2 for ; Wed, 10 Nov 2004 12:17:52 +0100 (CET) Original-Received: from liszt-11.ednet.co.uk (unknown [212.20.226.53]) by ronja.ntg.nl (Postfix) with ESMTP id 1898812772 for ; Wed, 10 Nov 2004 12:17:52 +0100 (CET) Original-Received: from [192.168.254.41] (unknown [212.20.255.162]) by liszt-11.ednet.co.uk (Postfix) with ESMTP id 59C09255B17 for ; Wed, 10 Nov 2004 11:17:51 +0000 (GMT) User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <20041110110003.333341278D@ronja.ntg.nl> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17008 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17008 Hans wrote: > Normal: \startXMLdata >a=C2=AF\stopXMLdata \par > Accent: \startXMLdata accent=3D"true">x=C2=AF\stopXMLdata \p= ar ... > now, the problem is that this funny char between has to becom= e a math=20 > accent, so what is the code? (name) someplace we need to handle that ki= nd of things I think the entity is ¯ if that helps? Thanks very much for the answer! Duncan