[mmox] commas and dots

Catherine Pfeffer <cathypfeffer@gmail.com> Wed, 25 February 2009 13:18 UTC

Return-Path: <cathypfeffer@gmail.com>
X-Original-To: mmox@core3.amsl.com
Delivered-To: mmox@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 6F66B3A696E for <mmox@core3.amsl.com>; Wed, 25 Feb 2009 05:18:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level:
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tlEUHsEcHL1x for <mmox@core3.amsl.com>; Wed, 25 Feb 2009 05:18:13 -0800 (PST)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by core3.amsl.com (Postfix) with ESMTP id 475083A67ED for <mmox@ietf.org>; Wed, 25 Feb 2009 05:18:11 -0800 (PST)
Received: by nf-out-0910.google.com with SMTP id d3so2837nfc.39 for <mmox@ietf.org>; Wed, 25 Feb 2009 05:18:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Awem6qoUNE5dx3whaGzzWs//SQKLM9lKl953y8LS0RM=; b=Q9BgM3+2lwmpu8+ma789UPCXLgytxwzSDn56HWBNlgESHabK1O2rqg5vYw282ibelw EFLHOqbqVLVGRjveGm+tat2hDx2+t/sONyyL17njLbarzRweJg22/tfRDJzHz/bqfdrZ 64Q7hipr+wBKdaaO0qBIC/WuHcmaLiAL6LyS0=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Zms2I/lbV+92p0LW9l4JNbYzNNg9oWXmpNIYOG5FI/ARNk9W2dAkutAZxIHdO5wjQV Lj1Ekms/5xzsLyaiwiT9OlKXWYkpehyDbbbnJQ/sOM0d4gyTGgdAVpcmoELUkyeSOLr6 bDgpOo9mUH6h6w+dMq4SOBdr4E+m/XLRtdtZ4=
MIME-Version: 1.0
Received: by 10.210.34.19 with SMTP id h19mr74618ebh.132.1235567910963; Wed, 25 Feb 2009 05:18:30 -0800 (PST)
Date: Wed, 25 Feb 2009 14:18:30 +0100
Message-ID: <ebe4d1860902250518v703c0d21s4674afa5b6ec1d0@mail.gmail.com>
From: Catherine Pfeffer <cathypfeffer@gmail.com>
To: mmox@ietf.org
Content-Type: multipart/alternative; boundary="0015174c3d166dc8fb0463be124c"
Subject: [mmox] commas and dots
X-BeenThere: mmox@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Massively Multi-participant Online Games and Applications <mmox.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/mmox>, <mailto:mmox-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmox>
List-Post: <mailto:mmox@ietf.org>
List-Help: <mailto:mmox-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmox>, <mailto:mmox-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Feb 2009 13:18:14 -0000

> <colour>127,255,127</colour>
> <vector>100.0,75.3,28.6</vector>
> <quat>0.5,-0.5,0.5,0.5</quat>
>
> might seem ok, however, consider what happens when someone in a locale
> with a different way of displaying the number tries to figure out what
> this means?

Yes, although a conventional format might be chosen.

What is worse with such a syntax is that you don't take profit of XML
facilities and reinvent your own syntax. Therefore
      <colour r="127" g="255" b="127" />
is way better.

-- 
Cathy