WWW/2002/ws/ra/edcopies wsrt.html,1.37,1.38 wsrt.xml,1.26,1.27 wst.html,1.44,1.45

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv24159

Modified Files:
	wsrt.html wsrt.xml wst.html 
Log Message:
6699


Index: wsrt.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- wsrt.html	27 May 2009 22:36:17 -0000	1.37
+++ wsrt.html	1 Jul 2009 12:48:15 -0000	1.38
@@ -71,9 +71,8 @@
 &nbsp;&nbsp;&nbsp;5.9 <a href="#putfault">PutFault</a><br/>
 &nbsp;&nbsp;&nbsp;5.10 <a href="#badputmode">PutModeUnsupportedFault</a><br/>
 &nbsp;&nbsp;&nbsp;5.11 <a href="#createfault">CreateFault</a><br/>
-&nbsp;&nbsp;&nbsp;5.12 <a href="#badmetadata">InvalidMetadataFault</a><br/>
-&nbsp;&nbsp;&nbsp;5.13 <a href="#exceedmulti">MultipartLimitExceededFault</a><br/>
-&nbsp;&nbsp;&nbsp;5.14 <a href="#putsyntaxfault">InvalidPutSyntaxFault</a><br/>
+&nbsp;&nbsp;&nbsp;5.12 <a href="#exceedmulti">MultipartLimitExceededFault</a><br/>
+&nbsp;&nbsp;&nbsp;5.13 <a href="#putsyntaxfault">InvalidPutSyntaxFault</a><br/>
 6 <a href="#security">Security</a><br/>
 7 <a href="#acks">Acknowledgements</a><br/>
 8 <a href="#refs">References</a><br/>
@@ -1107,8 +1106,6 @@
     </p><p>
      WS-ResourceTransfer extends the "Create" operation to create
      a resource from zero or more specified fragments of the XML representation.
-     WS-ResourceTransfer further extends the "Create" operation such that any
-     resource metadata MAY be created as part of the creation of the resource.
     </p><p>The extended outline for the "Create" operation is:</p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Headers]</b>
   &lt;wsrt:ResourceTransfer s:mustUnderstand="true"/&gt;
 
@@ -1117,7 +1114,6 @@
 
 <b>[Body]</b>
   &lt;wsrt:Create Dialect="<em>xs:anyURI</em>"?&gt;
-    &lt;wsmex:Metadata&gt;<em>resource metadata</em>&lt;/wsmex:Metadata&gt; ?
     &lt;wsrt:Fragment&gt;
       &lt;wsrt:Expression&gt;<em>xs:any</em>&lt;/wsrt:Expression&gt; ?
       &lt;wsrt:Value ...&gt;<em>xs:any</em>&lt;/wsrt:Value&gt;
@@ -1132,29 +1128,14 @@
         Create <a href="#WsTransfer">[WS-Transfer]</a>.
        </p></dd><dt class="label"><b>[Body]</b>/wsrt:Create </dt><dd><p>
         An element that specifies the fragments of the resource
-        representation to be initialized during resource creation and 
-        optionally any resource metadata that is to be created as part of 
-        the creation of the resource. This element MUST be present if the 
+        representation to be initialized during resource creation.
+        This element MUST be present if the 
         wsrt:ResourceTransfer header is present.
        </p></dd><dt class="label"><b>[Body]</b>/wsrt:Create/@Dialect </dt><dd><p>
         This URI indicates which expression dialect will be used to
         identify the fragment(s) of the resource representation to be 
         initialized during resource creation. This attribute MUST be present 
         when the message contains a wsrt:Expression element.
-       </p></dd><dt class="label"><b>[Body]</b>/wsrt:Create/wsmex:Metadata </dt><dd><p>
-        When present this optional element MUST contain at least
-        one wsmex:MetadataSection. This is resource metadata to be created and
-        initialized during the creation of the resource.
-       </p><p>
-        A resource factory MUST generate an InvalidMetadataFault if
-        the Create request message contains a wsmex:Dialect that is not 
-        supported or if the resource metadata contains values that are 
-        not supported for the resource.
-       </p><p>
-        This element MAY contain a wsmex:MetadataSection with a wsmex:Dialect
-        of http://www.w3.org/2009/02/ws-rst allowing the
-        requestor to specify desired metadata as defined in this 
-        specification (such as lifecycle metadata).
        </p></dd><dt class="label"><b>[Body]</b>/wsrt:Create/Fragment </dt><dd><p>
         This element encompasses a single resource fragment to be
         initialized during the resource creation. If there are multiple 
@@ -1220,47 +1201,28 @@
 <div class="exampleHeader"><a name="create_qname" id="create_qname"/>Example 4-9: Create message using the QName dialect</div><div class="exampleInner"><pre>(01) &lt;s:Body&gt;
 (02)   &lt;wsrt:Create Dialect="http://www.w3.org/2009/02/ws-rst/Dialect/QName"
 (03)        xmlns:d="http://example.org/sample"&gt;
-(04)     &lt;wsmex:Metadata&gt;
-(05)       &lt;wsmex:MetadataSection Dialect="http://www.w3.org/
-(06)                           2009/02/ws-rst"&gt;
-(07)         &lt;wsrt:Metadata&gt;
-(08)          &lt;wsrt:Lifetime&gt;
-(09)           &lt;wsrt:TerminateAt&gt;
-(10)            &lt;wsrt:TerminationTime&gt;
-(11)             2006-04-11T12:00:00Z
-(12)            &lt;/wsrt:TerminationTime&gt;
-(13)            &lt;wsrt:CurrentTime&gt;
-(14)             2006-04-10T10:00:54Z
-(15)            &lt;/wsrt:CurrentTime&gt;
-(16)           &lt;/wsrt:TerminateAt&gt;
-(17)          &lt;/wsrt:Lifetime&gt;
-(18)         &lt;/wsrt:Metadata&gt;
-(19)       &lt;/wsmex:MetadataSection&gt;
-(20)     &lt;/wsmex:Metadata&gt;
-(21)     &lt;wsrt:Fragment&gt;
-(22)       &lt;wsrt:Expression&gt;
-(23)         d:Volume
-(24)       &lt;/wsrt:Expression&gt;
-(25)       &lt;wsrt:Value&gt;
-(26)         &lt;d:Volume&gt;
-(27)           &lt;d:Drive&gt;C:&lt;/d:Drive&gt;
-(28)           &lt;d:Label&gt;MyDrive-C&lt;/d:Label&gt;
-(29)           &lt;d:TotalCapacity&gt;10000000000&lt;/d:TotalCapacity&gt;
-(30)         &lt;/d:Volume&gt;
-(31)         &lt;d:Volume&gt;
-(32)           &lt;d:Drive&gt;D:&lt;/d:Drive&gt;
-(33)           &lt;d:Label&gt;MyDrive-D&lt;/d:Label&gt;
-(34)           &lt;d:TotalCapacity&gt;30000000000&lt;/d:TotalCapacity&gt;
-(35)         &lt;/d:Volume&gt;
-(36)       &lt;/wsrt:Value&gt;
-(37)     &lt;/wsrt:Fragment&gt;
-(38)   &lt;/wsrt:Create&gt;
-(39) &lt;/s:Body&gt;</pre></div></div><p>
-     Line (09) indicates that the resource, once created, is scheduled for
-     destruction at the specific time. Messages sent to the EPR returned in
-     the CreateResponse, after this time, will fault. Line (23) indicates that
+(04)     &lt;wsrt:Fragment&gt;
+(05)       &lt;wsrt:Expression&gt;
+(06)         d:Volume
+(07)       &lt;/wsrt:Expression&gt;
+(08)       &lt;wsrt:Value&gt;
+(09)         &lt;d:Volume&gt;
+(10)           &lt;d:Drive&gt;C:&lt;/d:Drive&gt;
+(11)           &lt;d:Label&gt;MyDrive-C&lt;/d:Label&gt;
+(12)           &lt;d:TotalCapacity&gt;10000000000&lt;/d:TotalCapacity&gt;
+(13)         &lt;/d:Volume&gt;
+(14)         &lt;d:Volume&gt;
+(15)           &lt;d:Drive&gt;D:&lt;/d:Drive&gt;
+(16)           &lt;d:Label&gt;MyDrive-D&lt;/d:Label&gt;
+(17)           &lt;d:TotalCapacity&gt;30000000000&lt;/d:TotalCapacity&gt;
+(18)         &lt;/d:Volume&gt;
+(19)       &lt;/wsrt:Value&gt;
+(20)     &lt;/wsrt:Fragment&gt;
+(21)   &lt;/wsrt:Create&gt;
+(22) &lt;/s:Body&gt;</pre></div></div><p>
+     Line (06) indicates that
      resource is created with a specific value or set of values for the
-     &lt;d:Volume&gt; property. Lines (25) - (36) specify the set of values of
+     &lt;d:Volume&gt; property. Lines (08) - (19) specify the set of values of
      the &lt;d:Volume&gt; property. The response to this "Create"
      message is illustrated in <a href="#createresponse_qname">Example 4-10</a>.
     </p><div class="exampleOuter">
@@ -1431,14 +1393,7 @@
     </p><a name="tab_createfault" id="tab_createfault"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left">
         http://www.w3.org/2009/02/ws-rst/fault 
        </th></tr><tr><td><b>[Code]</b></td><td> s12:Receiver </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:CreateFault </td></tr><tr><td><b>[Reason]</b></td><td> Unable to process Create message </td></tr><tr><td><b>[Detail]</b></td><td> &lt;wsrt:Fragment&gt;<em>fragment</em>&lt;/wsrt:Fragment&gt; ? </td></tr></tbody></table></div><div class="div2">
-<h3><a name="badmetadata" id="badmetadata"/>5.12 InvalidMetadataFault</h3><p>
-     This fault is generated by a resource factory if a "Create"
-     message contains a wsmex:Dialect that is not supported or if the resource
-     metadata contains values that are not supported for the resource.
-    </p><a name="tab_badmetadata" id="tab_badmetadata"/><table border="1"><tbody><tr><th align="left"><b>[Action]</b></th><th align="left"> 
-        http://www.w3.org/2009/02/ws-rst/fault 
-       </th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:InvalidMetadataFault </td></tr><tr><td><b>[Reason]</b></td><td> Resource metadata values not supported by resource </td></tr><tr><td><b>[Detail]</b></td><td/></tr></tbody></table></div><div class="div2">
-<h3><a name="exceedmulti" id="exceedmulti"/>5.13 MultipartLimitExceededFault</h3><p>
+<h3><a name="exceedmulti" id="exceedmulti"/>5.12 MultipartLimitExceededFault</h3><p>
      This fault is generated by a resource if a request message exceeds
      the limit of wsrt:Expression or wsrt:Fragment elements supported for the
      dialect. The fault detail MUST contain the maximum number of 
@@ -1449,7 +1404,7 @@
             number of fragments in a single message </td></tr><tr><td><b>[Detail]</b></td><td>
         &lt;wsrt:MultipartLimit&gt;<em>xs:positiveInteger</em>&lt;/wsrt:MultipartLimit&gt;
        </td></tr></tbody></table></div><div class="div2">
-<h3><a name="putsyntaxfault" id="putsyntaxfault"/>5.14 InvalidPutSyntaxFault</h3><p>
+<h3><a name="putsyntaxfault" id="putsyntaxfault"/>5.13 InvalidPutSyntaxFault</h3><p>
      This fault is generated by a resource if a Put request
      specifying a Mode "http://www.w3.org/2009/02/ws-rst/Remove" 
      contains a wsrt:Value element or if a Put 
@@ -1951,7 +1906,6 @@
   &lt;xs:element name='Create'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element ref='wsmex:Metadata' minOccurs='0'/&gt;
         &lt;xs:element ref='wsrt:Fragment' minOccurs='0' maxOccurs='unbounded'/&gt;
       &lt;/xs:sequence&gt;
       &lt;xs:attribute name='Dialect' type='xs:anyURI'/&gt;
@@ -2026,7 +1980,6 @@
       &lt;xs:enumeration value="wsrt:PutFault"/&gt;
       &lt;xs:enumeration value="wsrt:PutModeUnsupportedFault"/&gt;
       &lt;xs:enumeration value="wsrt:CreateFault"/&gt;
-      &lt;xs:enumeration value="wsrt:InvalidMetadataFault"/&gt;
       &lt;xs:enumeration value="wsrt:MultipartLimitExceededFault"/&gt;
       &lt;xs:enumeration value="wsrt:InvalidPutSyntaxFault"/&gt;
     &lt;/xs:restriction&gt;
@@ -2161,4 +2114,5 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6666">6666</a></td></tr><tr><td> 2009/03/24 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6648">6648</a></td></tr><tr><td> 2009/04/22 </td><td> KW </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6739">6739</a></td></tr><tr><td> 2009/04/27 </td><td> DD </td><td> Added resolution of issue 
-       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</a></td></tr><tr><td> 2009/07/01 </td><td> DD </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6699">6699</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Index: wsrt.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- wsrt.xml	27 May 2009 22:36:17 -0000	1.26
+++ wsrt.xml	1 Jul 2009 12:48:15 -0000	1.27
@@ -1816,8 +1816,6 @@
     <p>
      WS-ResourceTransfer extends the "Create" operation to create
      a resource from zero or more specified fragments of the XML representation.
-     WS-ResourceTransfer further extends the "Create" operation such that any
-     resource metadata MAY be created as part of the creation of the resource.
     </p>
     
     <p>The extended outline for the "Create" operation is:</p>
@@ -1830,7 +1828,6 @@
 
 <kw>[Body]</kw>
   &lt;wsrt:Create Dialect="<emph>xs:anyURI</emph>"?&gt;
-    &lt;wsmex:Metadata&gt;<emph>resource metadata</emph>&lt;/wsmex:Metadata&gt; ?
     &lt;wsrt:Fragment&gt;
       &lt;wsrt:Expression&gt;<emph>xs:any</emph>&lt;/wsrt:Expression&gt; ?
       &lt;wsrt:Value ...&gt;<emph>xs:any</emph>&lt;/wsrt:Value&gt;
@@ -1861,9 +1858,8 @@
       <def>
        <p>
         An element that specifies the fragments of the resource
-        representation to be initialized during resource creation and 
-        optionally any resource metadata that is to be created as part of 
-        the creation of the resource. This element MUST be present if the 
+        representation to be initialized during resource creation.
+        This element MUST be present if the 
         wsrt:ResourceTransfer header is present.
        </p>
       </def>
@@ -1882,29 +1878,6 @@
      </gitem>
     
      <gitem>
-      <label> <kw>[Body]</kw>/wsrt:Create/wsmex:Metadata </label>
-      <def>
-       <p>
-        When present this optional element MUST contain at least
-        one wsmex:MetadataSection. This is resource metadata to be created and
-        initialized during the creation of the resource.
-       </p>
-       <p>
-        A resource factory MUST generate an InvalidMetadataFault if
-        the Create request message contains a wsmex:Dialect that is not 
-        supported or if the resource metadata contains values that are 
-        not supported for the resource.
-       </p>
-       <p>
-        This element MAY contain a wsmex:MetadataSection with a wsmex:Dialect
-        of http://www.w3.org/2009/02/ws-rst allowing the
-        requestor to specify desired metadata as defined in this 
-        specification (such as lifecycle metadata).
-       </p>
-      </def>
-     </gitem>
-
-     <gitem>
       <label> <kw>[Body]</kw>/wsrt:Create/Fragment </label>
       <def>
        <p>
@@ -2021,50 +1994,31 @@
      <eg>(01) &lt;s:Body&gt;
 (02)   &lt;wsrt:Create Dialect="http://www.w3.org/2009/02/ws-rst/Dialect/QName"
 (03)        xmlns:d="http://example.org/sample">
-(04)     &lt;wsmex:Metadata&gt;
-(05)       &lt;wsmex:MetadataSection Dialect="http://www.w3.org/
-(06)                           2009/02/ws-rst">
-(07)         &lt;wsrt:Metadata&gt;
-(08)          &lt;wsrt:Lifetime&gt;
-(09)           &lt;wsrt:TerminateAt&gt;
-(10)            &lt;wsrt:TerminationTime&gt;
-(11)             2006-04-11T12:00:00Z
-(12)            &lt;/wsrt:TerminationTime&gt;
-(13)            &lt;wsrt:CurrentTime&gt;
-(14)             2006-04-10T10:00:54Z
-(15)            &lt;/wsrt:CurrentTime&gt;
-(16)           &lt;/wsrt:TerminateAt&gt;
-(17)          &lt;/wsrt:Lifetime&gt;
-(18)         &lt;/wsrt:Metadata&gt;
-(19)       &lt;/wsmex:MetadataSection&gt;
-(20)     &lt;/wsmex:Metadata&gt;
-(21)     &lt;wsrt:Fragment&gt;
-(22)       &lt;wsrt:Expression&gt;
-(23)         d:Volume
-(24)       &lt;/wsrt:Expression&gt;
-(25)       &lt;wsrt:Value&gt;
-(26)         &lt;d:Volume&gt;
-(27)           &lt;d:Drive>C:&lt;/d:Drive&gt;
-(28)           &lt;d:Label>MyDrive-C&lt;/d:Label&gt;
-(29)           &lt;d:TotalCapacity>10000000000&lt;/d:TotalCapacity&gt;
-(30)         &lt;/d:Volume&gt;
-(31)         &lt;d:Volume&gt;
-(32)           &lt;d:Drive>D:&lt;/d:Drive&gt;
-(33)           &lt;d:Label>MyDrive-D&lt;/d:Label&gt;
-(34)           &lt;d:TotalCapacity&gt;30000000000&lt;/d:TotalCapacity&gt;
-(35)         &lt;/d:Volume&gt;
-(36)       &lt;/wsrt:Value&gt;
-(37)     &lt;/wsrt:Fragment&gt;
-(38)   &lt;/wsrt:Create&gt;
-(39) &lt;/s:Body&gt;</eg>
+(04)     &lt;wsrt:Fragment&gt;
+(05)       &lt;wsrt:Expression&gt;
+(06)         d:Volume
+(07)       &lt;/wsrt:Expression&gt;
+(08)       &lt;wsrt:Value&gt;
+(09)         &lt;d:Volume&gt;
+(10)           &lt;d:Drive>C:&lt;/d:Drive&gt;
+(11)           &lt;d:Label>MyDrive-C&lt;/d:Label&gt;
+(12)           &lt;d:TotalCapacity>10000000000&lt;/d:TotalCapacity&gt;
+(13)         &lt;/d:Volume&gt;
+(14)         &lt;d:Volume&gt;
+(15)           &lt;d:Drive>D:&lt;/d:Drive&gt;
+(16)           &lt;d:Label>MyDrive-D&lt;/d:Label&gt;
+(17)           &lt;d:TotalCapacity&gt;30000000000&lt;/d:TotalCapacity&gt;
+(18)         &lt;/d:Volume&gt;
+(19)       &lt;/wsrt:Value&gt;
+(20)     &lt;/wsrt:Fragment&gt;
+(21)   &lt;/wsrt:Create&gt;
+(22) &lt;/s:Body&gt;</eg>
     </example>
     
     <p>
-     Line (09) indicates that the resource, once created, is scheduled for
-     destruction at the specific time. Messages sent to the EPR returned in
-     the CreateResponse, after this time, will fault. Line (23) indicates that
+     Line (06) indicates that
      resource is created with a specific value or set of values for the
-     &lt;d:Volume&gt; property. Lines (25) - (36) specify the set of values of
+     &lt;d:Volume&gt; property. Lines (08) - (19) specify the set of values of
      the &lt;d:Volume&gt; property. The response to this "Create"
      message is illustrated in <specref ref="createresponse_qname"/>.
     </p>
@@ -2584,43 +2538,6 @@
     </table>
    </div2>
 
-   <div2 id="badmetadata">
-    <head>InvalidMetadataFault</head>
- 
-    <p>
-     This fault is generated by a resource factory if a "Create"
-     message contains a wsmex:Dialect that is not supported or if the resource
-     metadata contains values that are not supported for the resource.
-    </p>
-    
-    <table id="tab_badmetadata" border="1">
-     <tbody>
-      <tr>
-       <th align="left"> <kw>[Action]</kw> </th>
-       <th align="left"> 
-        http://www.w3.org/2009/02/ws-rst/fault 
-       </th>
-      </tr>
-      <tr>
-       <td> <kw>[Code]</kw> </td>
-       <td> s12:Sender </td>
-      </tr>
-      <tr>
-       <td> <kw>[Subcode]</kw> </td>
-       <td> wsrt:InvalidMetadataFault </td>
-      </tr>
-      <tr>
-       <td> <kw>[Reason]</kw> </td>
-       <td> Resource metadata values not supported by resource </td>
-      </tr>
-      <tr>
-       <td> <kw>[Detail]</kw> </td>
-       <td> </td>
-      </tr>
-     </tbody>
-    </table>
-   </div2>
-
    <div2 id="exceedmulti">
     <head>MultipartLimitExceededFault</head>
  
@@ -3537,7 +3454,6 @@
   &lt;xs:element name='Create'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element ref='wsmex:Metadata' minOccurs='0'/&gt;
         &lt;xs:element ref='wsrt:Fragment' minOccurs='0' maxOccurs='unbounded'/&gt;
       &lt;/xs:sequence&gt;
       &lt;xs:attribute name='Dialect' type='xs:anyURI'/&gt;
@@ -3612,7 +3528,6 @@
       &lt;xs:enumeration value="wsrt:PutFault"/&gt;
       &lt;xs:enumeration value="wsrt:PutModeUnsupportedFault"/&gt;
       &lt;xs:enumeration value="wsrt:CreateFault"/&gt;
-      &lt;xs:enumeration value="wsrt:InvalidMetadataFault"/&gt;
       &lt;xs:enumeration value="wsrt:MultipartLimitExceededFault"/&gt;
       &lt;xs:enumeration value="wsrt:InvalidPutSyntaxFault"/&gt;
     &lt;/xs:restriction&gt;
@@ -3828,6 +3743,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2009/07/01 </td>
+      <td> DD </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6699">6699</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- wst.html	14 Jun 2009 13:13:36 -0000	1.44
+++ wst.html	1 Jul 2009 12:48:15 -0000	1.45
@@ -1034,4 +1034,4 @@
             <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</a></td></tr><tr><td> 2009/05/27 </td><td> DD </td><td> Added resolution of issue 
             <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</a></td></tr><tr><td> 2009/06/10 </td><td> DD </td><td> Added resolution of issue 
             <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6712">6712</a></td></tr><tr><td> 2009/06/10 </td><td> DD </td><td> Added resolution of issue 
-            <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6924">6924</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+            <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6924">6924</a></td></tr></tbody></table></div></div></body></html>

Received on Wednesday, 1 July 2009 12:48:31 UTC