- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Nov 2010 19:50:07 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv21416
Modified Files:
wst.html wst.xml
Log Message:
typo - missing a "be" in:
The resource's representation MUST representable by either zero or one Document Information items.
Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- wst.xml 17 Aug 2010 19:59:03 -0000 1.125
+++ wst.xml 3 Nov 2010 19:50:05 -0000 1.126
@@ -381,9 +381,9 @@
</p>
<p>
- The resource's representation MUST representable by either zero or one
- Document Information items. The following Information items MUST NOT
- appear as children anywhere within the Document Information item's
+ The resource's representation MUST be representable by either zero or
+ one Document Information items. The following Information items MUST
+ NOT appear as children anywhere within the Document Information item's
children: Processing Instruction, Unexpanded Entity Reference, Document
Type Declaration, Unparsed Entity and Notation. The representation
of the resource can be in any XML version supported by the resource
Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- wst.html 17 Aug 2010 19:59:03 -0000 1.127
+++ wst.html 3 Nov 2010 19:50:05 -0000 1.128
@@ -234,9 +234,9 @@
A Web service that is addressable using an endpoint reference
and can be represented by an XML Information Set.
</p><p>
- The resource's representation MUST representable by either zero or one
- Document Information items. The following Information items MUST NOT
- appear as children anywhere within the Document Information item's
+ The resource's representation MUST be representable by either zero or
+ one Document Information items. The following Information items MUST
+ NOT appear as children anywhere within the Document Information item's
children: Processing Instruction, Unexpanded Entity Reference, Document
Type Declaration, Unparsed Entity and Notation. The representation
of the resource can be in any XML version supported by the resource
Received on Wednesday, 3 November 2010 19:50:09 UTC