Re: [VCARDDAV] How to encode X-Properties in XML?
Filip Navara <filip.navara@gmail.com> Tue, 30 March 2010 12:29 UTC
Return-Path: <filip.navara@gmail.com>
X-Original-To: vcarddav@core3.amsl.com
Delivered-To: vcarddav@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 173013A68A9 for <vcarddav@core3.amsl.com>; Tue, 30 Mar 2010 05:29:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.468
X-Spam-Level:
X-Spam-Status: No, score=-1.468 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13, 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 8Wbdylw0dBu6 for <vcarddav@core3.amsl.com>; Tue, 30 Mar 2010 05:29:20 -0700 (PDT)
Received: from mail-bw0-f217.google.com (mail-bw0-f217.google.com [209.85.218.217]) by core3.amsl.com (Postfix) with ESMTP id 02DD03A67DF for <vcarddav@ietf.org>; Tue, 30 Mar 2010 05:29:19 -0700 (PDT)
Received: by bwz9 with SMTP id 9so1110127bwz.29 for <vcarddav@ietf.org>; Tue, 30 Mar 2010 05:29:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=niIWC+fveUzmOaz6v+Ovb2a4HoiNxnXfUO8ESm9PHCc=; b=RwSL2toKKaZhBm9Rd59zPpCHfhTDXdi856vOZ2orTXIh3ifNmPHhomFRsp0Sx+2x2G eRkaG+2Bz/zsJJDFzP5yUrV474LXtNA6J6XO3OqBcKxDA0+tKIBRO9PSWUzQV1dLYfsC gIc0mmEzVw0dL2N7VZfAuO919uph6hLNeaOTo=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=p4KF7cDTOKZPPXkLjuNX79pv+FtrnH8xD2rWXUz0PoBeNKkDPZq5HyS4XicatNDuAm egYm92sDsvx28syrBbKRKsAfq1+pFJA52BEpM4SEnbAmSwIqyv99G82RyKdCWQYSfyqy 0g4yqM+Q6DduMW7FCy+jAp9ihP4ckb5w9jQo0=
MIME-Version: 1.0
Received: by 10.204.122.67 with HTTP; Tue, 30 Mar 2010 05:29:44 -0700 (PDT)
In-Reply-To: <C7D6D69B.20BB0%joe.hildebrand@webex.com>
References: <4BAA4DA6.70907@viagenie.ca> <C7D6D69B.20BB0%joe.hildebrand@webex.com>
Date: Tue, 30 Mar 2010 14:29:44 +0200
Received: by 10.204.174.199 with SMTP id u7mr5330171bkz.38.1269952184582; Tue, 30 Mar 2010 05:29:44 -0700 (PDT)
Message-ID: <5b31733c1003300529j6d016ee5u8688437a8fd85e35@mail.gmail.com>
From: Filip Navara <filip.navara@gmail.com>
To: Joe Hildebrand <joe.hildebrand@webex.com>
Content-Type: multipart/alternative; boundary="000325554e46d820b5048303c892"
Cc: vcarddav@ietf.org
Subject: Re: [VCARDDAV] How to encode X-Properties in XML?
X-BeenThere: vcarddav@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: IETF vcarddav wg mailing list <vcarddav.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vcarddav>
List-Post: <mailto:vcarddav@ietf.org>
List-Help: <mailto:vcarddav-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Mar 2010 12:29:21 -0000
On Tue, Mar 30, 2010 at 7:13 AM, Joe Hildebrand <joe.hildebrand@webex.com>wrote: [snip] > - In the XML format, any child of <vcard> in the default namespace gets > translated to a text property. X-, VND-, and > newly-registered-but-not-yet-supported-in-your-software elements all fall > into this category. Unfortunately, it appears that we need to upcase in > the > XML-to-text direction, and downcase in the opposite direction. Now that > we're in UTF-8, there's a little bit of work to specify these mappings. > The characters in the property name are limited to subset of US-ASCII, so upper/lower-casing is not a problem. > - In the XML format, any child of <vcard> in a namespace other than the > default gets turned into XML: in the text format. Even if it is > standardized. > If it is standardized as IANA vCard property then it is in the default namespace. Best regards, Filip Navara
- [VCARDDAV] How to encode X-Properties in XML? Simon Perreault
- Re: [VCARDDAV] How to encode X-Properties in XML? Renato Iannella
- Re: [VCARDDAV] How to encode X-Properties in XML? Cyrus Daboo
- Re: [VCARDDAV] How to encode X-Properties in XML? Simon Perreault
- Re: [VCARDDAV] How to encode X-Properties in XML? Cyrus Daboo
- Re: [VCARDDAV] How to encode X-Properties in XML? Peter Saint-Andre
- Re: [VCARDDAV] How to encode X-Properties in XML? Simon Perreault
- Re: [VCARDDAV] How to encode X-Properties in XML? Joe Hildebrand
- Re: [VCARDDAV] How to encode X-Properties in XML? Filip Navara
- Re: [VCARDDAV] How to encode X-Properties in XML? Simon Perreault
- Re: [VCARDDAV] How to encode X-Properties in XML? Joe Hildebrand
- Re: [VCARDDAV] How to encode X-Properties in XML? Peter Saint-Andre
- Re: [VCARDDAV] How to encode X-Properties in XML? Joe Hildebrand
- Re: [VCARDDAV] How to encode X-Properties in XML? Peter Saint-Andre
- Re: [VCARDDAV] How to encode X-Properties in XML? Julian Reschke
- Re: [VCARDDAV] How to encode X-Properties in XML? Peter Saint-Andre
- Re: [VCARDDAV] How to encode X-Properties in XML? Joe Hildebrand
- Re: [VCARDDAV] How to encode X-Properties in XML? Cyrus Daboo