[VCARDDAV] [Technical Errata Reported] RFC6351 (4243)

RFC Errata System <rfc-editor@rfc-editor.org> Tue, 27 January 2015 08:41 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 D0F491A8756 for <vcarddav@ietfa.amsl.com>; Tue, 27 Jan 2015 00:41:34 -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 u0vgw7anT03R for <vcarddav@ietfa.amsl.com>; Tue, 27 Jan 2015 00:41:33 -0800 (PST)
Received: from rfc-editor.org (rfc-editor.org [IPv6:2001:1900:3001:11::31]) by ietfa.amsl.com (Postfix) with ESMTP id 40F531A8753 for <vcarddav@ietf.org>; Tue, 27 Jan 2015 00:41:33 -0800 (PST)
Received: by rfc-editor.org (Postfix, from userid 30) id 9A6371832B6; Tue, 27 Jan 2015 00:40:55 -0800 (PST)
To: simon.perreault@viagenie.ca, barryleiba@computer.org, presnick@qti.qualcomm.com, simon.perreault@viagenie.ca
X-PHP-Originating-Script: 6000:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Message-Id: <20150127084055.9A6371832B6@rfc-editor.org>
Date: Tue, 27 Jan 2015 00:40:55 -0800
Archived-At: <http://mailarchive.ietf.org/arch/msg/vcarddav/omulfdAl0ifR_Ln2PLyx7ohpuAY>
Cc: ivan.enderlin@fruux.com, vcarddav@ietf.org, rfc-editor@rfc-editor.org
Subject: [VCARDDAV] [Technical Errata Reported] 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:41:35 -0000

The following errata report has been submitted 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

--------------------------------------
Type: Technical
Reported by: Ivan Enderlin <ivan.enderlin@fruux.com>

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".

Instructions:
-------------
This erratum is currently posted as "Reported". If necessary, please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party (IESG)
can log in to change the status and edit the report, if necessary. 

--------------------------------------
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