- From: David Orchard via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Sep 2006 18:10:38 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv19635
Modified Files:
ws-policy-framework.xml ws-policy-framework.html
Log Message:
Completed partial resolution for issue
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3590">3590</loc>.
for adding document attribute extensbility of wsp:Policy/@{any} and wsp:Policy/.../wsp:PolicyReference/@{any},
specifically making attribute extensibility for any namespace.
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- ws-policy-framework.xml 4 Sep 2006 23:17:42 -0000 1.32
+++ ws-policy-framework.xml 6 Sep 2006 18:10:35 -0000 1.33
@@ -212,8 +212,7 @@
</item>
<item>
<p>An attribute extensibility point is referred to using @{any} in place of the attribute name. This
-indicates that any attribute name can be used, from any namespace other than the &nsuri;
-namespace. </p>
+indicates that any attribute name can be used, from any namespace. </p>
</item>
</ulist>
@@ -1671,6 +1670,15 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3604">3604</loc>.
Removing Goals section, resulted in moving Policy expression definition to 2nd para of intro.
</td>
+ </tr>
+ <tr>
+ <td>200609006</td>
+ <td>DBO</td>
+ <td>Completed partial resolution for issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3590">3590</loc>.
+ for adding document attribute extensbility of wsp:Policy/@{any} and wsp:Policy/.../wsp:PolicyReference/@{any},
+ specifically making attribute extensibility for any namespace.
+ </td>
</tr>
</tbody>
</table>
Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- ws-policy-framework.html 4 Sep 2006 23:17:42 -0000 1.28
+++ ws-policy-framework.html 6 Sep 2006 18:10:35 -0000 1.29
@@ -1,6 +1,5 @@
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Framework</title><style type="text/css">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en-US"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Framework</title><style type="text/css">
code { font-family: monospace; }
div.constraint,
@@ -48,24 +47,43 @@
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
[...1672 lines suppressed...]
Removing Goals section, resulted in moving Policy expression definition to 2nd para of intro.
- </td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
+ </td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">200609006</td>
+ <td rowspan="1" colspan="1">DBO</td>
+ <td rowspan="1" colspan="1">Completed partial resolution for issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3590">3590</a>.
+ for adding document attribute extensbility of wsp:Policy/@{any} and wsp:Policy/.../wsp:PolicyReference/@{any},
+ specifically making attribute extensibility for any namespace.
+ </td>
+ </tr>
+ </tbody>
+ </table><br>
+ </div>
+ </div>
+</body></html>
\ No newline at end of file
Received on Wednesday, 6 September 2006 18:11:16 UTC