- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Jun 2007 17:09:28 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv18533
Modified Files:
ws-policy-framework.xml ws-policy-framework.html
Log Message:
fix example in 1.1 as well for issue 4672
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- ws-policy-framework.xml 20 Jun 2007 16:44:32 -0000 1.153
+++ ws-policy-framework.xml 20 Jun 2007 17:09:25 -0000 1.154
@@ -127,12 +127,12 @@
xmlns:wsp="&nsuri;" >
(02) <wsp:ExactlyOne>
(03) <wsp:All>
-(04) <sp:SignedParts/>
+(04) <sp:SignedParts>
(05) <sp:Body/>
(06) </sp:SignedParts/>
(07) </wsp:All>
(08) <wsp:All>
-(09) <sp:EncryptedParts/>
+(09) <sp:EncryptedParts>
(10) <sp:Body/>
(11) </sp:EncryptedParts/>
(12) </wsp:All>
@@ -3539,7 +3539,7 @@
<tr>
<td>20070620</td>
<td>FJH</td>
- <td>Correct examples in 4.1, for SignedParts and EncryptedParts elements according to WG
+ <td>Correct examples in 4.1 and 1.1, for SignedParts and EncryptedParts elements according to WG
issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4672">4672</loc>.
</td>
</tr>
Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- ws-policy-framework.html 20 Jun 2007 16:44:32 -0000 1.127
+++ ws-policy-framework.html 20 Jun 2007 17:09:25 -0000 1.128
@@ -188,12 +188,12 @@
xmlns:wsp="http://www.w3.org/ns/ws-policy" >
(02) <wsp:ExactlyOne>
(03) <wsp:All>
-(04) <sp:SignedParts/>
+(04) <sp:SignedParts>
(05) <sp:Body/>
(06) </sp:SignedParts/>
(07) </wsp:All>
(08) <wsp:All>
-(09) <sp:EncryptedParts/>
+(09) <sp:EncryptedParts>
(10) <sp:Body/>
(11) </sp:EncryptedParts/>
(12) </wsp:All>
@@ -1742,6 +1742,6 @@
Editors' action
<a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/310">318</a>.
</td></tr><tr><td rowspan="1" colspan="1">20070617</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Updated the WSDL 20 reference [<cite><a href="#WSDL20">WSDL 2.0 Core Language</a></cite>].
- </td></tr><tr><td rowspan="1" colspan="1">20070620</td><td rowspan="1" colspan="1">FJH</td><td rowspan="1" colspan="1">Correct examples in 4.1, for SignedParts and EncryptedParts elements according to WG
+ </td></tr><tr><td rowspan="1" colspan="1">20070620</td><td rowspan="1" colspan="1">FJH</td><td rowspan="1" colspan="1">Correct examples in 4.1 and 1.1, for SignedParts and EncryptedParts elements according to WG
issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4672">4672</a>.
</td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
Received on Wednesday, 20 June 2007 17:09:33 UTC