Editorial error in http://www.w3.org/TR/xmlenc-core/

I think this is a typo, there is a "/>" at the end of line [s1] and
it should be a ">" since the EncryptedData element doesn't close
until line [s7]


2.2 EncryptedData and EncryptedKey Usage
2.2.1 EncryptedData with Symmetric Key  (KeyName)
  [s1] <EncryptedData xmlns='http://www.w3.org/2001/04/xmlenc#'
        Type='http://www.w3.org/2001/04/xmlenc#Element'/>
  [s2]   <EncryptionMethod
          Algorithm='http://www.w3.org/2001/04/xmlenc#tripledes-cbc'/>
  [s3]   <ds:KeyInfo xmlns:ds='http://www.w3.org/2000/09/xmldsig#'>
  [s4]     <ds:KeyName>John Smith</ds:KeyName>
  [s5]   </ds:KeyInfo>
  [s6]   <CipherData><CipherValue>DEADBEEF</CipherValue></CipherData>
  [s7] </EncryptedData>
 

 
 
 
Jock Meston                            T: +44 (0) 141 945 8500
Software Developer                     F: +44 (0) 141 945 8501
IES Ltd                                  http://www.iesve.com/

**Design, Simulate + Innovate with the <Virtual Environment>**
Email Disclaimer        <http://www.iesve.com/disclaimer.html> 

	

Received on Thursday, 14 December 2006 01:30:29 UTC