- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 27 Jan 2010 00:53:48 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv30914
Modified Files:
wsfrag.html wsfrag.xml
Log Message:
8257
Index: wsfrag.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- wsfrag.html 26 Jan 2010 22:54:09 -0000 1.43
+++ wsfrag.html 27 Jan 2010 00:53:46 -0000 1.44
@@ -726,7 +726,7 @@
</p><div class="exampleOuter"><div class="exampleInner"><pre>name="value"</pre></div></div><p>
Serialization of an attribute node separates the name from
the value using the following element:
- </p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <wsf:AttributeNode name="<em>attribute name</em>">
+ </p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <wsf:AttributeNode name="<em>xs:QName</em>">
(02) <em>attribute value</em>
(03) </wsf:AttributeNode></pre></div></div><p>
The following describes additional constraints on the outline
@@ -735,7 +735,7 @@
This element is used to serialize an attribute node in a
node-set and MUST contain the value portion of the attribute node.
</p></dd><dt class="label"> wsf:AttributeNode/@name </dt><dd><p>
- This attribute MUST be the name portion of the attribute node.
+ This attribute MUST be the qualified name of the attribute node.
</p></dd></dl><p>
Text nodes are serialized in the following form:
</p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <wsf:TextNode>
@@ -1064,4 +1064,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8195">8195</a></td></tr><tr><td> 2010/01/12 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8192">8192</a></td></tr><tr><td> 2010/01/19 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8283">8283</a></td></tr><tr><td> 2010/01/26 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8181">8181</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=8181">8181</a></td></tr><tr><td> 2010/01/26 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8257">8257</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Index: wsfrag.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- wsfrag.xml 26 Jan 2010 22:54:10 -0000 1.45
+++ wsfrag.xml 27 Jan 2010 00:53:46 -0000 1.46
@@ -1321,7 +1321,7 @@
</p>
<example>
- <eg>(01) <wsf:AttributeNode name="<emph>attribute name</emph>">
+ <eg>(01) <wsf:AttributeNode name="<emph>xs:QName</emph>">
(02) <emph>attribute value</emph>
(03) </wsf:AttributeNode></eg>
</example>
@@ -1346,7 +1346,7 @@
<label> wsf:AttributeNode/@name </label>
<def>
<p>
- This attribute MUST be the name portion of the attribute node.
+ This attribute MUST be the qualified name of the attribute node.
</p>
</def>
</gitem>
@@ -2095,6 +2095,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8181">8181</loc>
</td>
</tr>
+ <tr>
+ <td> 2010/01/26 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8257">8257</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Received on Wednesday, 27 January 2010 00:53:50 UTC