From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26650 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: mml Date: Thu, 30 Mar 2006 20:14:40 +0200 Message-ID: <442C2010.3090909@elvenkind.com> References: <441F2177.9060005@wxs.nl> <44208780.8000804@wxs.nl> <44212554.4090707@wxs.nl> <4423B5A0.9060408@wxs.nl> <4425381B.20900@wxs.nl> <4426D571.5070302@wxs.nl> <4427D9D7.7020306@wxs.nl> <4429022A.2040302@wxs.nl> <442A965E.6020205@wxs.nl> <442B9458.30307@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143744429 17815 80.91.229.2 (30 Mar 2006 18:47:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Mar 2006 18:47:09 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 30 20:47:05 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FP2A1-0001HR-6b for gctc-ntg-context-518@m.gmane.org; Thu, 30 Mar 2006 20:46:21 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C6B711279C; Thu, 30 Mar 2006 20:46:20 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15713-07-2; Thu, 30 Mar 2006 20:46:19 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7AF51127B4; Thu, 30 Mar 2006 20:12:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AAC92127B4 for ; Thu, 30 Mar 2006 20:12:47 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15021-08 for ; Thu, 30 Mar 2006 20:12:46 +0200 (CEST) Original-Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by ronja.ntg.nl (Postfix) with SMTP id A3832127A0 for ; Thu, 30 Mar 2006 20:12:46 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:41772 helo=[192.168.1.3]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1FP1dW-000FVv-96 for ntg-context@ntg.nl; Thu, 30 Mar 2006 18:12:46 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26650 Archived-At: nico wrote: > > So, the behaviour should not be different when using an entity name and > the corresponding unicode value. Imagine some XML tool processing an > original XML mathml code containing an entity name, and simply expanding > the entity according the MathML DTD. I think that processing the original > and the expanded code should give the same result. I just reread that bit, and you are right (of course you knew that already, sorry). Unfortunately, the use of bare character entities makes it quite a bit harder to implement mathml. Essentially, the top-level mathml element would have to redefine (and remember, for embedded non-mathml) lots and lots of 'normal' tex stuff. Greetings, Taco