Copyright ©2005 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use rules apply.
This document lists known errata to the Recommendation. Each entry has the following information:
Note: see the section on Errata Management in the W3C Process Document ([PROCESS] section 7.6.1) for more information about normative corrections.
xmime: instead of xmlmime:startinfo parameter used in the
sections listed above should be start-infoaction parameter must
be an absolute URI. Therefore all its occurences in the section listed
above should be
action="http://www.example.com/ProcessData"Note that this rule requires that the [children] of the element information item to be optimized contains only character information items.
MIME-Version: 1.0
Content-Type: Multipart/Related;boundary=MIME_boundary;
type="application/xop+xml";
start="<mymessage.xml@example.org>";
startinfo="application/soap+xml; action=\"ProcessData\""
Content-Description: A SOAP message with my pic and sig in it
--MIME_boundary
Content-Type: application/xop+xml;
charset=UTF-8;
type="application/soap+xml; action=\"ProcessData\""
Content-Transfer-Encoding: 8bit
Content-ID: <mymessage.xml@example.org>
<soap:Envelope
xmlns:soap='http://www.w3.org/2003/05/soap-envelope'
xmlns:xmlmime='http://www.w3.org/2004/11/xmlmime'>
<soap:Body>
<m:data xmlns:m='http://example.org/stuff'>
<m:photo
xmlmime:contentType='image/png'><xop:Include
xmlns:xop='http://www.w3.org/2004/08/xop/include'
href='cid:mypicture.png@example.org'/></m:photo>
<m:sig
xmlmime:contentType='application/pkcs7-signature'><xop:Include
xmlns:xop='http://www.w3.org/2004/08/xop/include'
href='cid:mysignature.hsh@example.org'/></m:sig>
</m:data>
</soap:Body>
</soap:Envelope>
--MIME_boundary
Content-Type: image/png
Content-Transfer-Encoding: binary
Content-ID: <mypicture.png@example.org>
// binary octets for png
--MIME_boundary
Content-Type: application/pkcs7-signature
Content-Transfer-Encoding: binary
Content-ID: <mysignature.hsh@example.org>
// binary octets for signature
--MIME_boundary--
And Example 4 should read:
MIME-Version: 1.0
Content-Type: Multipart/Related;boundary=MIME_boundary;
type="application/xop+xml";
start="<mymessage.xml@example.org>";
start-info="text/xml"
Content-Description: An XML document with my pic and sig in it
--MIME_boundary
Content-Type: application/xop+xml;
charset=UTF-8;
type="text/xml"
Content-Transfer-Encoding: 8bit
Content-ID: <mymessage.xml@example.org>
<m:data xmlns:m='http://example.org/stuff'>
<m:photo><xop:Include
xmlns:xop='http://www.w3.org/2004/08/xop/include'
href='cid:mypicture.png@example.org'/></m:photo>
<m:sig><xop:Include
xmlns:xop='http://www.w3.org/2004/08/xop/include'
href='cid:mysignature.hsh@example.org'/></m:sig>
</m:data>
--MIME_boundary
Content-Type: image/png
Content-Transfer-Encoding: binary
Content-ID: <mypicture.png@example.org>
// binary octets for png
--MIME_boundary
Content-Type: application/pkcs7-signature
Content-Transfer-Encoding: binary
Content-ID: <mysignature.hsh@example.org>
// binary octets for signature
--MIME_boundary--
xmlmime by xmime (9 occurences).http://www.w3.org/2004/11/xmlmime by http://www.w3.org/2005/05/xmlmime (3 occurences).