- From: Stephen Farrell <stephen.farrell@cs.tcd.ie>
- Date: Mon, 23 May 2005 12:38:02 +0100
- To: Matt Long <mlong@mvsquared.net>, Shivaram Mysore <shivarammysore@yahoo.com>
- Cc: www-xkms@w3.org
Matt, Good catch. Stephen. PS: Shivaram - will you start a new list of these proposed changes? Dunno what the correct w3c-process-thingy for it is, but anything better than trawling the mail archive'd be good enough for me:-) Matt Long wrote: > Issue: > > Improper Xml in response examples > > > > (1) SECTION 6.1.1 Example: Registration of Client-Generated Key Pair > > [246]…response: > > In example response message use of double quotes invalid XML in > /UseKeyWith/@Identifier value (see below) > > <UseKeyWith Application="urn:ietf:rfc:2459" Identifier="C="US" > > O="Alice Corp" CN="Alice Aardvark"" /> > > > > Should be escaped (see below) > <UseKeyWith Application="urn:ietf:rfc:2459" Identifier="C="US" > O="Alice Corp" CN="Alice Aardvark"" /> > > > > (2) SECTION 6.1.2 Example: Registration of Service-Generated Key Pair > > [252]The response… > In example response message use of double quotes invalid XML in > /UseKeyWith/@Identifier value (see below) > > <UseKeyWith Application="urn:ietf:rfc:2459" Identifier="C="UK" > > O="Bob Corp" CN="Bob Baker"" /> > > > > Should be escaped (see below) > > <UseKeyWith Application="urn:ietf:rfc:2459" Identifier="C="UK" > > O="Bob Corp" CN="Bob Baker"" /> > > > > -- > Matt Long > MV Squared Technologies > mlong@mvsquared.net > 901-848-2640 > > > > ________________________________________________ > Message sent using UebiMiau 2.7.2
Received on Monday, 23 May 2005 11:34:03 UTC