- From: Anish.Karmarkar <akarmark@dev.w3.org>
- Date: Thu, 23 Sep 2004 09:22:27 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/media-types In directory hutz:/tmp/cvs-serv20888 Modified Files: xml-media-types.xml xml-media-types.html Log Message: require that expectedMediaType follow the production rules of Accept HTTP header Index: xml-media-types.xml =================================================================== RCS file: /sources/public/2002/ws/desc/media-types/xml-media-types.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** xml-media-types.xml 23 Sep 2004 09:08:12 -0000 1.20 --- xml-media-types.xml 23 Sep 2004 09:22:25 -0000 1.21 *************** *** 344,348 **** <att>expectedMediaType</att> attribute is similar to the value allowed for the 'Accept' header defined by HTTP 1.1 ! specification, Section 14.1 <bibref ref="rfc2616"/>. The 'q' parameter defined by HTTP 1.1 specification, Section 3.9 <bibref ref="rfc2616"/> is allowed, but other accept-extensions --- 344,349 ---- <att>expectedMediaType</att> attribute is similar to the value allowed for the 'Accept' header defined by HTTP 1.1 ! specification, Section 14.1 <bibref ref="rfc2616"/> and MUST ! follow the production rules defined in that section. The 'q' parameter defined by HTTP 1.1 specification, Section 3.9 <bibref ref="rfc2616"/> is allowed, but other accept-extensions *************** *** 556,560 **** <xs:element name="jpegPeferredPicture" type="tns:jpegPreferredPictureType" ! xmlmime:acceptedMediaType="image/jpeg;q=1.0 image/tiff;q=0.8"/> </xs:schema> --- 557,561 ---- <xs:element name="jpegPeferredPicture" type="tns:jpegPreferredPictureType" ! xmlmime:acceptedMediaType="image/jpeg;q=1.0, image/tiff;q=0.8"/> </xs:schema> Index: xml-media-types.html =================================================================== RCS file: /sources/public/2002/ws/desc/media-types/xml-media-types.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** xml-media-types.html 23 Sep 2004 09:08:12 -0000 1.12 --- xml-media-types.html 23 Sep 2004 09:22:25 -0000 1.13 *************** *** 186,190 **** <code>expectedMediaType</code> attribute is similar to the value allowed for the 'Accept' header defined by HTTP 1.1 ! specification, Section 14.1 <a href="#rfc2616">[IETF RFC 2616]</a>. The 'q' parameter defined by HTTP 1.1 specification, Section 3.9 <a href="#rfc2616">[IETF RFC 2616]</a> is allowed, but other accept-extensions --- 186,191 ---- <code>expectedMediaType</code> attribute is similar to the value allowed for the 'Accept' header defined by HTTP 1.1 ! specification, Section 14.1 <a href="#rfc2616">[IETF RFC 2616]</a> and MUST ! follow the production rules defined in that section. The 'q' parameter defined by HTTP 1.1 specification, Section 3.9 <a href="#rfc2616">[IETF RFC 2616]</a> is allowed, but other accept-extensions *************** *** 333,337 **** <xs:element name="jpegPeferredPicture" type="tns:jpegPreferredPictureType" ! xmlmime:acceptedMediaType="image/jpeg;q=1.0 image/tiff;q=0.8"/> </xs:schema> --- 334,338 ---- <xs:element name="jpegPeferredPicture" type="tns:jpegPreferredPictureType" ! xmlmime:acceptedMediaType="image/jpeg;q=1.0, image/tiff;q=0.8"/> </xs:schema>
Received on Thursday, 23 September 2004 09:22:28 UTC