2002/ws/desc/media-types xml-media-types.xml,1.32,1.33 xml-media-types.html,1.26,1.27

Update of /sources/public/2002/ws/desc/media-types
In directory hutz:/tmp/cvs-serv25969

Modified Files:
	xml-media-types.xml xml-media-types.html 
Log Message:
add a reference to rfc2045 for contentType string

Index: xml-media-types.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/media-types/xml-media-types.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** xml-media-types.xml	11 Mar 2005 01:55:14 -0000	1.32
--- xml-media-types.xml	11 Mar 2005 20:10:59 -0000	1.33
***************
*** 261,265 ****
        <p>The [normalized value] of the <att>xmime:contentType</att>  &AII; MUST be 
          a valid Content-Type string, e.g., "image/png", "text/xml; 
!         charset=utf-16" and indicates the content-type of the [owner element].
          Note that [normalized value] consists of normalized attribute value as 
          defined by <bibref ref="XMLInfoSet"/> and does not mean that two
--- 261,265 ----
        <p>The [normalized value] of the <att>xmime:contentType</att>  &AII; MUST be 
          a valid Content-Type string, e.g., "image/png", "text/xml; 
!         charset=utf-16" as defined by <bibref ref="rfc2045"/> and indicates the content-type of the [owner element].
          Note that [normalized value] consists of normalized attribute value as 
          defined by <bibref ref="XMLInfoSet"/> and does not mean that two
***************
*** 629,632 ****
--- 629,639 ----
       </bibl>
  
+      <bibl key="IETF RFC 2045"
+        id="rfc2045" href="http://www.ietf.org/rfcs/rfc2045.html"> 
+        <titleref>RFC 2045 - Multipurpose Internet Mail Extensions (MIME) 
+          Part One: Format of Internet Message Bodies</titleref>, N. Freed, N. Borenstein, November
+            1996.
+      </bibl>
+ 
       <bibl key="IETF RFC 2046"
         id="rfc2046" href="http://www.ietf.org/rfcs/rfc2046.html"> 

Index: xml-media-types.html
===================================================================
RCS file: /sources/public/2002/ws/desc/media-types/xml-media-types.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** xml-media-types.html	11 Mar 2005 01:55:14 -0000	1.26
--- xml-media-types.html	11 Mar 2005 20:10:59 -0000	1.27
***************
*** 39,43 ****
      <a href="http://www.w3.org/TR/2004/WD-xml-media-types-20040608">
        http://www.w3.org/TR/2004/WD-xml-media-types-20040608</a>
!   </dd><dt>Editors:</dt><dd>Anish Karmarkar, Oracle</dd><dd>&Uuml;mit Yal&ccedil;ınalp, SAP (formerly of Oracle)</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>&nbsp;&copy;&nbsp;@@@@&nbsp;<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr><div>
  <h2><a id="abstract" name="abstract"></a>Abstract</h2><p>
    This document addresses the need to indicate the content-type associated with 
--- 39,44 ----
      <a href="http://www.w3.org/TR/2004/WD-xml-media-types-20040608">
        http://www.w3.org/TR/2004/WD-xml-media-types-20040608</a>
!   </dd><dt>Editors:</dt><dd>Anish Karmarkar, Oracle</dd><dd>&Uuml;mit
!   Yal&ccedil;&#x00131;nalp, SAP (formerly of Oracle)</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>&nbsp;&copy;&nbsp;@@@@&nbsp;<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr><div>
  <h2><a id="abstract" name="abstract"></a>Abstract</h2><p>
    This document addresses the need to indicate the content-type associated with 
***************
*** 191,195 ****
          and trailing white space characters are ignored.</p><p>The [normalized value] of the <code>xmime:contentType</code>  <em>attribute information item</em> MUST be 
          a valid Content-Type string, e.g., "image/png", "text/xml; 
!         charset=utf-16" and indicates the content-type of the [owner element].
          Note that [normalized value] consists of normalized attribute value as 
          defined by <a href="#XMLInfoSet">[XML Information Set]</a> and does not mean that two
--- 192,196 ----
          and trailing white space characters are ignored.</p><p>The [normalized value] of the <code>xmime:contentType</code>  <em>attribute information item</em> MUST be 
          a valid Content-Type string, e.g., "image/png", "text/xml; 
!         charset=utf-16" as defined by <a href="#rfc2045">[IETF RFC 2045]</a> and indicates the content-type of the [owner element].
          Note that [normalized value] consists of normalized attribute value as 
          defined by <a href="#XMLInfoSet">[XML Information Set]</a> and does not mean that two
***************
*** 425,429 ****
             Syntax</cite></a>, T. Berners-Lee, R. Fielding,
             L. Masinter, January 2005.
!        (See http://www.ietf.org/rfc/rfc3986.txt.)</dd><dt class="label"><a id="rfc2046" name="rfc2046"></a>IETF RFC 2046</dt><dd> 
         <a href="http://www.ietf.org/rfcs/rfc2046.html"><cite>RFC 2046 - Multipurpose Internet Mail Extensions (MIME) 
           Part Two: Media Types</cite></a>, N. Freed, N. Borenstein, November
--- 426,434 ----
             Syntax</cite></a>, T. Berners-Lee, R. Fielding,
             L. Masinter, January 2005.
!        (See http://www.ietf.org/rfc/rfc3986.txt.)</dd><dt class="label"><a id="rfc2045" name="rfc2045"></a>IETF RFC 2045</dt><dd> 
!        <a href="http://www.ietf.org/rfcs/rfc2045.html"><cite>RFC 2045 - Multipurpose Internet Mail Extensions (MIME) 
!          Part One: Format of Internet Message Bodies</cite></a>, N. Freed, N. Borenstein, November
!            1996.
!        (See http://www.ietf.org/rfcs/rfc2045.html.)</dd><dt class="label"><a id="rfc2046" name="rfc2046"></a>IETF RFC 2046</dt><dd> 
         <a href="http://www.ietf.org/rfcs/rfc2046.html"><cite>RFC 2046 - Multipurpose Internet Mail Extensions (MIME) 
           Part Two: Media Types</cite></a>, N. Freed, N. Borenstein, November
***************
*** 532,534 ****
              3986), fixed examples so that image/* is not an expectedContentType</td></tr><tr><td>ASK</td><td>20050309</td><td>Added another example in section 4.1 to address Kevin's
              concern.</td></tr><tr><td>ASK</td><td>20050309</td><td>Moved 2nd and 3rd para from section 3 to section 2.1</td></tr><tr><td>ASK</td><td>20050310</td><td>Per WG decision, changed expectedContentType to
!             expectedConentTypes</td></tr><tr><td>ASK</td><td>20050310</td><td>fixed example 1 bug. s/restriction/extension</td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
--- 537,539 ----
              3986), fixed examples so that image/* is not an expectedContentType</td></tr><tr><td>ASK</td><td>20050309</td><td>Added another example in section 4.1 to address Kevin's
              concern.</td></tr><tr><td>ASK</td><td>20050309</td><td>Moved 2nd and 3rd para from section 3 to section 2.1</td></tr><tr><td>ASK</td><td>20050310</td><td>Per WG decision, changed expectedContentType to
!             expectedConentTypes</td></tr><tr><td>ASK</td><td>20050310</td><td>fixed example 1 bug. s/restriction/extension</td></tr></tbody></table></div></div></body></html>

Received on Friday, 11 March 2005 20:11:03 UTC