[VCARDDAV] How to encode X-Properties in XML?
Simon Perreault <simon.perreault@viagenie.ca> Mon, 08 March 2010 15:10 UTC
Return-Path: <simon.perreault@viagenie.ca>
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 9F23C3A698B for <vcarddav@core3.amsl.com>; Mon, 8 Mar 2010 07:10:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.566
X-Spam-Level:
X-Spam-Status: No, score=-2.566 tagged_above=-999 required=5 tests=[AWL=0.033, BAYES_00=-2.599]
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 TdtBqnhxaTZ5 for <vcarddav@core3.amsl.com>; Mon, 8 Mar 2010 07:10:12 -0800 (PST)
Received: from jazz.viagenie.ca (jazz.viagenie.ca [206.123.31.2]) by core3.amsl.com (Postfix) with ESMTP id 315053A6904 for <vcarddav@ietf.org>; Mon, 8 Mar 2010 07:10:12 -0800 (PST)
Received: from ringo.viagenie.ca (ringo.viagenie.ca [IPv6:2620:0:230:c000::67]) by jazz.viagenie.ca (Postfix) with ESMTPSA id DA53C21C54 for <vcarddav@ietf.org>; Mon, 8 Mar 2010 10:10:13 -0500 (EST)
Message-ID: <4B951355.40508@viagenie.ca>
Date: Mon, 08 Mar 2010 10:10:13 -0500
From: Simon Perreault <simon.perreault@viagenie.ca>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Thunderbird/3.0.3
MIME-Version: 1.0
To: vcarddav@ietf.org
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: [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: Mon, 08 Mar 2010 15:10:13 -0000
WG, The main open issue we have for vCard XML is that of encoding X-Properties in XML. vCard uses X- for unregistered extensions, while vCard XML uses XML namespaces. It's not clear how to automatically convert from one to another. A proposal: Create an XML namespace for X- properties. Put the content into a <text> element. Example: X-FOO:bar would translate into: <foo xmlns="urn:ietf:params:xml:ns:vcard-4.0:xname"><text>bar</text></foo> We don't need to add anything to the schema since we already specify that an XML vCard parser MUST ignore elements in namespaces it doesn't recognize. (Maybe we can add text to force it for this namespace.) Simon -- NAT64/DNS64 open-source --> http://ecdysis.viagenie.ca STUN/TURN server --> http://numb.viagenie.ca vCard 4.0 --> http://www.vcarddav.org
- [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