[VCARDDAV] [Errata Verified] RFC6351 (4243)

RFC Errata System <rfc-editor@rfc-editor.org> Tue, 27 January 2015 08:47 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: vcarddav@ietfa.amsl.com
Delivered-To: vcarddav@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 32E0E1A8750; Tue, 27 Jan 2015 00:47:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.912
X-Spam-Level:
X-Spam-Status: No, score=-101.912 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XkVhUIKbBpiW; Tue, 27 Jan 2015 00:47:46 -0800 (PST)
Received: from rfc-editor.org (rfc-editor.org [IPv6:2001:1900:3001:11::31]) by ietfa.amsl.com (Postfix) with ESMTP id AE1891A7017; Tue, 27 Jan 2015 00:47:45 -0800 (PST)
Received: by rfc-editor.org (Postfix, from userid 30) id 3E7FE1832B6; Tue, 27 Jan 2015 00:47:08 -0800 (PST)
To: ivan.enderlin@fruux.com, simon.perreault@viagenie.ca
X-PHP-Originating-Script: 1005:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Message-Id: <20150127084708.3E7FE1832B6@rfc-editor.org>
Date: Tue, 27 Jan 2015 00:47:08 -0800
Archived-At: <http://mailarchive.ietf.org/arch/msg/vcarddav/WeQNpj3HKfWV3Dto26fLAZ93LmY>
Cc: barryleiba@computer.org, iesg@ietf.org, vcarddav@ietf.org, rfc-editor@rfc-editor.org
Subject: [VCARDDAV] [Errata Verified] RFC6351 (4243)
X-BeenThere: vcarddav@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF vcarddav wg mailing list <vcarddav.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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, 27 Jan 2015 08:47:48 -0000

The following errata report has been verified for RFC6351,
"xCard: vCard XML Representation". 

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=6351&eid=4243

--------------------------------------
Status: Verified
Type: Editorial

Reported by: Ivan Enderlin <ivan.enderlin@fruux.com>
Date Reported: 2015-01-27
Verified by: Barry Leiba (IESG)

Section: 5.1

Original Text
-------------
   Examples:

     <x-my-prop>
       <parameters>
         <pref><integer>1</integer></pref>
       </parameters>
       <text>value goes here</text>
     </x-my-prop>

     <ext:my-prop
         ext:xmlns="http://example.com/extensions/my-vcard">
       <parameters>
         <pref><integer>1</integer></pref>
       </parameters>                 <!-- Core vCard elements  -->
       <text>value goes here</text>  <!-- are still accessible -->
     </ext:my-prop>

Corrected Text
--------------
   Examples:

     <x-my-prop>
       <parameters>
         <pref><integer>1</integer></pref>
       </parameters>
       <text>value goes here</text>
     </x-my-prop>

     <ext:my-prop
         xmlns:ext="http://example.com/extensions/my-vcard">
       <parameters>
         <pref><integer>1</integer></pref>
       </parameters>                 <!-- Core vCard elements  -->
       <text>value goes here</text>  <!-- are still accessible -->
     </ext:my-prop>

Notes
-----
The correct declaration of the "ext" namespace is "xmlns:ext", not "ext:xmlns".

--------------------------------------
RFC6351 (draft-ietf-vcarddav-vcardxml-11)
--------------------------------------
Title               : xCard: vCard XML Representation
Publication Date    : August 2011
Author(s)           : S. Perreault
Category            : PROPOSED STANDARD
Source              : vCard and CardDAV
Area                : Applications
Stream              : IETF
Verifying Party     : IESG