- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Mar 2007 13:15:05 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv9670/policy
Modified Files:
build.xml ws-policy-guidelines-diff20061221.html
ws-policy-guidelines-diff20061221.xml
ws-policy-primer-diff20061221.html
ws-policy-primer-diff20061221.xml
ws-policy-primer-tr20061221.xml
Added Files:
ws-policy-attachment-diff20070228.html
ws-policy-attachment-diff20070228.xml
ws-policy-attachment-tr20070228.xml
ws-policy-framework-diff20070228.html
ws-policy-framework-diff20070228.xml
ws-policy-framework-tr20070228.xml
Log Message:
AI http://www.w3.org/2005/06/tracker/wspolicyeds/actions/212 (Set up build scripts to generate diffs ...)
--- NEW FILE: ws-policy-attachment-diff20070228.html ---
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Attachment -- Review Version</title><style type="text/css">
code { font-family: monospace; }
div.constraint,
div.issue,
div.note,
div.notice { margin-left: 2em; }
ol.enumar { list-style-type: decimal; }
ol.enumla { list-style-type: lower-alpha; }
ol.enumlr { list-style-type: lower-roman; }
ol.enumua { list-style-type: upper-alpha; }
ol.enumur { list-style-type: upper-roman; }
dt.label { display: run-in; }
li, p { margin-top: 0.3em;
[...1949 lines suppressed...]
items </a>(re
issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4045">4045</a>)
to section <a href="#uri-domain-expression"><b>3.4.1 URI Domain Expression</b></a> and <a href="#ws-policy-attachment-for-wsdl20"><b>5. WS-Policy Attachment for WSDL 2.0</b></a>.
</td></tr><tr><td colspan="1" rowspan="1">20070123</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Applied a <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0124.html">missed
item </a>(re
issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4226">4226</a>)
to section <a href="#ws-policy-attachment-for-wsdl20"><b>5. WS-Policy Attachment for WSDL 2.0</b></a>: added wsp prefix to <a href="#table-wsdl20-effective-policy-example">Example 5-2</a>
and all occurrences of <code>Policy</code> and <code>PolicyReference</code>.
</td></tr><tr><td colspan="1" rowspan="1">20070123</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Fixed a typo in <a href="#Informative-References"><b>A.2 Other References</b></a>: "[IETF RFC 3023]IETF "RFC 2246:".
</td></tr><tr><td colspan="1" rowspan="1">20070124</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Updated Section <a href="#change-description"><b>D. Changes in this Version of the Document</b></a>.
</td></tr><tr><td colspan="1" rowspan="1">20070207</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented the resolution for issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4306">4306</a>.
Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/158">158</a>.
</td></tr><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070222</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">ASV</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Applied a <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0157.html"><span class="diff-add"><span>missed item</span></span></a>
(re issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4207"><span class="diff-add"><span>4207</span></span></a>) to
<a href="#XMLNamespaces"><b>2.2 XML Namespaces</b></a>.
</td></div></tr></div><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070315</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">PY</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Implemented the resolution for issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4391"><span class="diff-add"><span>4391</span></span></a>.
Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/200"><span class="diff-add"><span>200</span></span></a>.
</td></div></tr></div></tbody></table><br></div></div></body></html>
Index: build.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- build.xml 8 Mar 2007 07:33:51 -0000 1.24
+++ build.xml 16 Mar 2007 13:15:02 -0000 1.25
@@ -9,7 +9,7 @@
<property name="glossary"
value="extract-glist.xsl"/>
<property name="diffformat" value="diffspec.xsl"/>
- <property name="last-public-draft" value="20061117"/>
+ <property name="last-public-draft" value="20070228"/>
<property name="primer-last-public-draft" value="20061221"/>
<property name="guidelines-last-public-draft" value="20061221"/>
@@ -118,24 +118,25 @@
<arg value="${glossary}"/>
</java>
</target>
+
<path id="diffmk.classpath">
<pathelement location="${basedir}/diffmk.jar"/>
<pathelement location="${basedir}/DiffMk.properties"/>
</path>
<target name="diff">
- <java classname="com.sun.xtc.diffmk.DiffMk" fork="true">
- <arg value="--doctype"/>
+ <java classname="com.sun.xtc.diffmk.DiffMk" fork="true">
+ <arg value="-doctype"/>
<arg value="xmlspec"/>
- <arg value="--diff"/>
+ <arg value="-diff"/>
<arg value="both"/>
- <arg value="--words"/>
+ <arg value="-words"/>
<arg value="ws-policy-framework-tr${last-public-draft}.xml"/>
<arg value="ws-policy-framework.xml"/>
<arg value="ws-policy-framework-diff${last-public-draft}.xml"/>
<classpath path="diffmk.jar:DiffMk.properties">
</classpath>
</java>
- <java classname="com.sun.xtc.diffmk.DiffMk" fork="true">
+ <java classname="com.sun.xtc.diffmk.DiffMk" fork="true">
<arg value="-doctype"/>
<arg value="xmlspec"/>
<arg value="-diff"/>
@@ -146,35 +147,59 @@
<arg value="ws-policy-attachment-diff${last-public-draft}.xml"/>
<classpath path="diffmk.jar:DiffMk.properties">
</classpath>
- </java>
+ </java>
<java classname="com.sun.xtc.diffmk.DiffMk" fork="true">
- <arg value="--doctype"/>
+ <arg value="-doctype"/>
<arg value="xmlspec"/>
- <arg value="--diff"/>
+ <arg value="-diff"/>
<arg value="both"/>
- <arg value="--words"/>
+ <arg value="-words"/>
<arg value="ws-policy-guidelines-tr${guidelines-last-public-draft}.xml"/>
<arg value="ws-policy-guidelines.xml"/>
<arg value="ws-policy-guidelines-diff${guidelines-last-public-draft}.xml"/>
<classpath path="diffmk.jar:DiffMk.properties">
</classpath>
- </java>
+ </java>
<java classname="com.sun.xtc.diffmk.DiffMk" fork="true">
- <arg value="--doctype"/>
+ <arg value="-doctype"/>
<arg value="xmlspec"/>
- <arg value="--diff"/>
+ <arg value="-diff"/>
<arg value="both"/>
- <arg value="--words"/>
+ <arg value="-words"/>
<arg value="ws-policy-primer-tr${primer-last-public-draft}.xml"/>
<arg value="ws-policy-primer.xml"/>
<arg value="ws-policy-primer-diff${primer-last-public-draft}.xml"/>
<classpath path="diffmk.jar:DiffMk.properties">
</classpath>
</java>
- <xslt style="${diffformat}" in="ws-policy-framework-diff${last-public-draft}.xml" out="ws-policy-framework-diff${last-public-draft}.html"/>
- <xslt style="${diffformat}" in="ws-policy-attachment-diff${last-public-draft}.xml" out="ws-policy-attachment-diff${last-public-draft}.html"/>
- <xslt style="${diffformat}" in="ws-policy-primer-diff${primer-last-public-draft}.xml" out="ws-policy-primer-diff${primer-last-public-draft}.html"/>
- <xslt style="${diffformat}" in="ws-policy-guidelines-diff${guidelines-last-public-draft}.xml" out="ws-policy-guidelines-diff${guidelines-last-public-draft}.html"/>
+ <java fork="true" classname="net.sf.saxon.Transform">
+ <classpath refid="saxon8.classpath"/>
+ <arg value="-o"/>
+ <arg value="ws-policy-framework-diff${last-public-draft}.html"/>
+ <arg value="ws-policy-framework-diff${last-public-draft}.xml"/>
+ <arg value="diffspec.xsl"/>
+ </java>
+ <java fork="true" classname="net.sf.saxon.Transform">
+ <classpath refid="saxon8.classpath"/>
+ <arg value="-o"/>
+ <arg value="ws-policy-attachment-diff${last-public-draft}.html"/>
+ <arg value="ws-policy-attachment-diff${last-public-draft}.xml"/>
+ <arg value="diffspec.xsl"/>
+ </java>
+ <java fork="true" classname="net.sf.saxon.Transform">
+ <classpath refid="saxon8.classpath"/>
+ <arg value="-o"/>
+ <arg value="ws-policy-primer-diff${primer-last-public-draft}.html"/>
+ <arg value="ws-policy-primer-diff${primer-last-public-draft}.xml"/>
+ <arg value="diffspec.xsl"/>
+ </java>
+ <java fork="true" classname="net.sf.saxon.Transform">
+ <classpath refid="saxon8.classpath"/>
+ <arg value="-o"/>
+ <arg value="ws-policy-guidelines-diff${guidelines-last-public-draft}.html"/>
+ <arg value="ws-policy-guidelines-diff${guidelines-last-public-draft}.xml"/>
+ <arg value="diffspec.xsl"/>
+ </java>
</target>
<target name="changelog" description="Generate XML out of the CVS change log">
Index: ws-policy-primer-diff20061221.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-primer-diff20061221.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ws-policy-primer-diff20061221.html 8 Jan 2007 22:55:34 -0000 1.1
+++ ws-policy-primer-diff20061221.html 16 Mar 2007 13:15:02 -0000 1.2
@@ -1,5 +1,6 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en-US"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Web Services Policy 1.5 - Primer -- Review Version</title><style type="text/css">
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Primer -- Review Version</title><style type="text/css">
code { font-family: monospace; }
div.constraint,
@@ -7,6 +8,12 @@
div.note,
div.notice { margin-left: 2em; }
[...2699 lines suppressed...]
+ (editors action
+ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/201"><span class="diff-add"><span>201</span></span></a>).
+ </td></div></tr></div><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070315</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">FJH</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Applied <a href="http://www.w3.org/2007/03/13-ws-policy-irc#T21-39-50"><span class="diff-add"><span>resolution</span></span></a>
+ to <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4255"><span class="diff-add"><span>issue 4255</span></span></a>
+ (editors action
+ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/192"><span class="diff-add"><span>192</span></span></a>).
+ </td></div></tr></div><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070315</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">ASV</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Implemented the <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4288#c4"><span class="diff-add"><span>resolution</span></span></a>
+ for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4288"><span class="diff-add"><span>issue 4288</span></span></a>.
+ Editors' action
+ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/196"><span class="diff-add"><span>196</span></span></a>.
+ </td></div></tr></div><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070315</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">ASV</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Implemented the <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3979#c1"><span class="diff-add"><span>resolution</span></span></a>
+ for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3979"><span class="diff-add"><span>issue 3979</span></span></a>.
+ Editors' action
+ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/198"><span class="diff-add"><span>198</span></span></a>.
+ </td></div></tr></div><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070315</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">FJH</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Applied <a href="http://www.w3.org/2007/03/13-ws-policy-irc#T21-39-50"><span class="diff-add"><span>resolution</span></span></a>
+ to <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4253"><span class="diff-add"><span>issue 4253</span></span></a>
+ (editors action
+ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/191"><span class="diff-add"><span>191</span></span></a>).
+ </td></div></tr></div></tbody></table><br></div></div></body></html>
\ No newline at end of file
Index: ws-policy-primer-diff20061221.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-primer-diff20061221.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ws-policy-primer-diff20061221.xml 8 Jan 2007 22:55:34 -0000 1.1
+++ ws-policy-primer-diff20061221.xml 16 Mar 2007 13:15:02 -0000 1.2
@@ -9,7 +9,7 @@
<!ENTITY primer-title "&primer.title;">
<!ENTITY prevloc "">
<!ENTITY hellip "…">
-]><spec w3c-doctype="wd" role="editors-copy">
+]><spec role="editors-copy" w3c-doctype="wd">
<header>
<title>Web Services Policy 1.5 - Primer</title>
<w3c-designation>ws-policy-primer.html</w3c-designation>
@@ -20,7 +20,7 @@
<year>@@@@</year>
</pubdate>
[...1337 lines suppressed...]
+ <td colspan="1" diff="add" rowspan="1">ASV</td>
+ <td colspan="1" diff="add" rowspan="1">Implemented the <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3979#c1" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">resolution</phrase></loc>
+ for <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3979" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">issue 3979</phrase></loc>.
+ Editors' action
+ <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/198" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">198</phrase></loc>.
+ </td>
+ </tr>
+ <tr diff="add">
+ <td colspan="1" diff="add" rowspan="1">20070315</td>
+ <td colspan="1" diff="add" rowspan="1">FJH</td>
+ <td colspan="1" diff="add" rowspan="1">Applied <loc href="http://www.w3.org/2007/03/13-ws-policy-irc#T21-39-50" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">resolution</phrase></loc>
+ to <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4253" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">issue 4253</phrase></loc>
+ (editors action
+ <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/191" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">191</phrase></loc>).
+ </td>
+
+ </tr>
</tbody>
</table>
Index: ws-policy-primer-tr20061221.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-primer-tr20061221.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ws-policy-primer-tr20061221.xml 8 Jan 2007 22:55:34 -0000 1.1
+++ ws-policy-primer-tr20061221.xml 16 Mar 2007 13:15:02 -0000 1.2
@@ -844,33 +844,8 @@
policy alternatives where the assertion contains a nested policy expression that has at
most one policy alternative.</p>
<p>The <code>PolicyReference</code> element is replaced with its referenced policy
- expression. Just as other service metadata languages, Web Services Policy does not mandate
- any specific policy retrieval mechanism. Any combination of any retrieval mechanisms in
- any order may be used for referencing policy expressions. Example retrieval mechanisms
- are:</p>
- <ulist>
- <item>
- <p>Do nothing. A policy expression with the referenced IRI is already known to be
- available in a local cache or chip (embedded systems).</p>
- </item>
- <item>
- <p>Use the referenced IRI and retrieve an existing policy expression from the containing
- XML document: a policy element with an XML ID.</p>
- </item>
- <item>
- <p>Use the referenced IRI and retrieve a policy expression from some policy repository
- (local or remote) or catalog. Policy tools may use any protocols (say Web Services
- Metadata Exchange) for such metadata retrieval. These protocols may require additional
- out of band information.</p>
- </item>
- <item>
- <p>Attempt to resolve the referenced IRI on the Web. This may resolve to a policy
- element or a resource that contains a policy element.</p>
- </item>
- </ulist>
- <p>If the referenced policy expression is in the same XML document as the reference, then
- the policy expression should be identified using the <code>wsu:Id</code> (XML ID)
- attribute and referenced using an IRI reference to this XML ID value.</p>
+ expression. See section <specref ref="policy-retrieval"/> for more details on how to
+ retrieve referenced policy expressions.</p>
</div2>
<div2 id="policy-data-model">
<head>Policy Data Model</head>
@@ -1086,6 +1061,46 @@
</tbody>
</table>
</div2>
+ <div2 id="policy-retrieval">
+ <head>Policy Retrieval</head>
+ <p>
+ Just as other service metadata languages, Web Services Policy does not mandate
+ any specific policy retrieval mechanism. Any combination of any retrieval mechanisms in
+ any order may be used for referencing policy expressions. Example retrieval mechanisms
+ are:</p>
+ <ulist>
+ <item>
+ <p>Do nothing. A policy expression with the referenced IRI is already known to be
+ available in a local cache or chip (embedded systems).</p>
+ </item>
+ <item>
+ <p>Use the referenced IRI and retrieve an existing policy expression from the containing
+ XML document: a policy element with an XML ID.</p>
+ </item>
+ <item>
+ <p>Use the referenced IRI and retrieve a policy expression from some policy repository
+ (local or remote) or catalog. Policy tools may use any protocols (say Web Services
+ Metadata Exchange) for such metadata retrieval. These protocols may require additional
+ out of band information.</p>
+ </item>
+ <item>
+ <p>Attempt to resolve the referenced IRI on the Web. This may resolve to a policy
+ element or a resource that contains a policy element.</p>
+ </item>
+ </ulist>
+ <p>If the referenced policy expression is in the same XML document as the reference, then
+ the policy expression should be identified using the <code>wsu:Id</code> (XML ID)
+ attribute and referenced using an IRI reference to this XML ID value.</p>
+ <p>
+ WSDL 1.1 [<bibref ref="WSDL11"/>] section 2.1 and WSDL 2.0 [<bibref ref="WSDL20"/>] chapter 4
+ allow to import or include WSDL documents into another WSDL document with the
+ wsdl11:import, wsdl20:import, and wsdl20:include statements. The importing and
+ imported WSDL documents constitute separate XML documents each. If e.g. the
+ importing WSDL document references a policy in the imported WSDL document, the
+ rules for policy references between separate XML documents apply as described
+ in <specref ref="Referencing_Policy_Expressions" />.
+ </p>
+ </div2>
<div2 id="combine-policies">
<head>Combine Policies</head>
<p>Multiple policy expressions may be attached to WSDL constructs. Let us consider how
@@ -1908,6 +1923,15 @@
Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/92">92</loc>.
</td>
</tr>
+ <tr>
+ <td>20061213</td>
+ <td>TIB</td>
+ <td>Implemented the resolution for
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3965">issue 3965</loc>
+ <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Dec/0016.html">as outlined.</loc>
+ Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/94">94</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
--- NEW FILE: ws-policy-framework-tr20070228.xml ---
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: ws-policy-framework-tr20070228.xml,v 1.1 2007/03/16 13:15:02 fsasaki Exp $ -->
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-policy-framework">
<!ENTITY % entities SYSTEM "entities.dtd" >
%entities;
<!ENTITY status SYSTEM "status.xml">
<!ENTITY document.status "Editors' copy $Date: 2007/03/16 13:15:02 $">
<!ENTITY framework-title "&framework.title;">
<!ENTITY prevloc "http://www.w3.org/TR/2006/WD-ws-policy-20061117">
<!ENTITY hellip "…">
]>
<?xml-stylesheet type='text/xsl' href='xmlspec-policy.xsl'?>
<spec w3c-doctype="cr" role="&document.role;">
<header>
<title>&framework.title;</title>
<w3c-designation>&w3c-designation-framework;</w3c-designation>
<w3c-doctype>&document.status;</w3c-doctype>
<pubdate>
[...2651 lines suppressed...]
<td>20070207</td>
<td>ASV</td>
<td>Implemented the resolution for issue
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4306">4306</loc>.
Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/158">158</loc>.
</td>
</tr>
<tr>
<td>20070222</td>
<td>ASV</td>
<td>Applied a <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0157.html">missed item</loc>
(re issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4204">4204</loc>) to
<specref ref="XML_Namespaces"/>.
</td>
</tr>
</tbody>
</table>
</inform-div1>
</back>
</spec>
--- NEW FILE: ws-policy-framework-diff20070228.html ---
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Framework -- Review Version</title><style type="text/css">
code { font-family: monospace; }
div.constraint,
div.issue,
div.note,
div.notice { margin-left: 2em; }
ol.enumar { list-style-type: decimal; }
ol.enumla { list-style-type: lower-alpha; }
ol.enumlr { list-style-type: lower-roman; }
ol.enumua { list-style-type: upper-alpha; }
ol.enumur { list-style-type: upper-roman; }
dt.label { display: run-in; }
li, p { margin-top: 0.3em;
[...1467 lines suppressed...]
4.3.3. </td></tr><tr><td colspan="1" rowspan="1">20061008</td><td colspan="1" rowspan="1">MH</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/45">45</a> Replace security policy example 1.1. as per issue 3753. </td></tr><tr><td colspan="1" rowspan="1">20061011</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Updated "Changes in this Version" section (Appendix C) </td></tr><tr><td colspan="1" rowspan="1">20061012</td><td colspan="1" rowspan="1">DBO</td><td colspan="1" rowspan="1">Revisited action items: <a href="http://www.w3.org/2006/07/12-ws-policy-minutes.html#action15">15</a> as early as possible in the doc, use the definition that
are defined in the doc. Opened as Bug <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3720">3720</a>
</td></tr><tr><td colspan="1" rowspan="1">20061019</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/57">57</a> PaulC's comments. </td></tr><tr><td colspan="1" rowspan="1">20061027</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented the <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Oct/0093.html">resolution</a> for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3705">3705</a>. </td></tr><tr><td colspan="1" rowspan="1">20061030</td><td colspan="1" rowspan="1">DBO</td><td colspan="1" rowspan="1">Implemented the <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/32">resolution</a> titled "Hyperlink terms such as policy
expression..." </td></tr><tr><td colspan="1" rowspan="1">20061102</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented the <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Nov/0001.html">resolution</a> for Editors' Action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/12">12</a>. </td></tr><tr><td colspan="1" rowspan="1">20061102</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Reset Section <a href="#change-description"><b>D. Changes in this Version of the Document</b></a>. </td></tr><tr><td colspan="1" rowspan="1">20061103</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Re-formatted the example in <a href="#denial-of-service-threats"><b>5.5 Denial of Service Threats</b></a>.
</td></tr><tr><td colspan="1" rowspan="1">20061109</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Implemented the editorial changes for Issue 3961 for Editors' Action
<a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/75">75</a>. </td></tr><tr><td colspan="1" rowspan="1">20061109</td><td colspan="1" rowspan="1">TIB</td><td colspan="1" rowspan="1">Implemented Editors' Action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/73">73</a> to create a normative appendix for MIMe subtype wspolicy+xml.
</td></tr><tr><td colspan="1" rowspan="1">20061109</td><td colspan="1" rowspan="1">TIB</td><td colspan="1" rowspan="1">Implemented Editors' Action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/74">74</a>. </td></tr><tr><td colspan="1" rowspan="1">20061109</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented the <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Nov/0072.html">resolution</a> for issues <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3721">3721</a>
and <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3789">3789</a>. </td></tr><tr><td colspan="1" rowspan="1">20061109</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented Editors' Action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/70">70</a>. </td></tr><tr><td colspan="1" rowspan="1">20061109</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Updated Section <a href="#change-description"><b>D. Changes in this Version of the Document</b></a>. </td></tr><tr><td colspan="1" rowspan="1">20061114</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Fixed typos in Appendix <a href="#media-type"><b>A. The application/wspolicy+xml Media Type</b></a>. </td></tr><tr><td colspan="1" rowspan="1">20061127</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Added <a href="http://lists.w3.org/Archives/Public/public-ws-policy-eds/2006Nov/0033.html">Frederick</a> and <a href="http://lists.w3.org/rchives/Public/public-ws-policy-eds/2006Nov/0054.html">Umit</a> to the list of editors. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/86">86</a>. </td></tr><tr><td colspan="1" rowspan="1">20061213</td><td colspan="1" rowspan="1">TIB</td><td colspan="1" rowspan="1">Implemented Editors' Action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/93">93</a> for Mac MIME type. </td></tr><tr><td colspan="1" rowspan="1">20061218</td><td colspan="1" rowspan="1">FH</td><td colspan="1" rowspan="1">Implemented the <a href="http://www.w3.org/2006/12/13-ws-policy-irc#T17-45-16">resolution</a> for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4039">4039</a>
to close editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/99">99</a>. </td></tr><tr><td colspan="1" rowspan="1">20061220</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/98">98</a> resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4038">4038</a>
- Nested policy not in normal form in section 4.3.2. </td></tr><tr><td colspan="1" rowspan="1">20070108</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Reset Section <a href="#change-description"><b>D. Changes in this Version of the Document</b></a>. </td></tr><tr><td colspan="1" rowspan="1">20070116</td><td colspan="1" rowspan="1">DBO</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/123">123</a> and <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/115">115
</a> Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4210">4210</a></td></tr><tr><td colspan="1" rowspan="1">20070121</td><td colspan="1" rowspan="1">MH</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/129">129</a> Resolution for namespace dereferencing issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4204">4204</a></td></tr><tr><td colspan="1" rowspan="1">20070121</td><td colspan="1" rowspan="1">MH</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/130">130</a> Resolution for editorial issues <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4205">4205</a></td></tr><tr><td colspan="1" rowspan="1">20070121</td><td colspan="1" rowspan="1">MH</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/132">132</a> Resolution for changing format ofexample and removing text.
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4224">4224</a></td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">MH</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/133">133</a> Resolution for editorial items. <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4225">4225</a></td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/117">117</a> Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4141">4141</a></td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/120">120</a> Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=414">4142</a></td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/122">122</a> Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4236">4236</a></td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/125">125</a> Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4177">4177</a></td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/128">128</a> Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4203">4203</a></td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">PY</td><d colspan="1" rowspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/127">127</a> Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4197">4197</a></td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4206">4206</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/136">136</a>. </td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented the <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0166.html">resolution</a> for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4138">4138</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/140">140</a>. </td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1"ASV</td><td colspan="1" rowspan="1">Implemented the <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0173.html">resolution</a> for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4240">4240</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/146">146</a>. </td></tr><tr><td colspan="1" rowspan="1">20070122</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented the <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0159.html">resolution</a> for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4235">4235</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/147">147</a>. </td></tr><tr><td colspan="1" rowspan="1">20070123</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented the <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0186.html">resolution</a> for issues <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?i=4196">4196</a>
and <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4238">4238</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/142">142</a>. </td></tr><tr><td colspan="1" rowspan="1">20070123</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Fixed a typo in <a href="#Informative-References"><b>B.2 Other References</b></a>: "[IETF RFC
3023]IETF "RFC 2246:". </td></tr><tr><td colspan="1" rowspan="1">20070123</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Applied a <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4197#c2">missed
item </a>(re issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4197">4197</a>) to section <a href="#Extensibility"><b>2.2 Extensibility</b></a>: Umit's amendment
- "such as in Section 4.3.4 Policy References" and other changes. </td></tr><tr><td colspan="1" rowspan="1">20070124</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Updated Section <a href="#change-description"><b>D. Changes in this Version of the Document</b></a>. </td></tr><tr><td colspan="1" rowspan="1">20070207</td><td colspan="1" rowspan="1">PY</td><td colspan="1" rowspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4307">4307</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/156">156</a>. </td></tr><tr><td colspan="1" rowspan="1">20070207</td><td colspan="1" rowspan="1">ASV</td><td colspan="1" rowspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4306">4306</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/158">158</a>. </td></tr><tr><td colspan="1" rowspan="1">20070222</td><td colspan="1 rowspan="1">ASV</td><td colspan="1" rowspan="1">Applied a <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0157.html">missed item</a> (re issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4204">4204</a>) to <a href="#XML_Namespaces"><b>2.3 XML Namespaces</b></a>. </td></tr><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070313</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">FJH</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Applied <a href="http://www.w3.org/2007/03/13-ws-policy-irc#T18-27-19"><span class="diff-add"><span>resolution</span></span></a>
to <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4379"><span class="diff-add"><span>issue 4379</span></span></a>
with minor editorial revision (editors action
<a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/181"><span class="diff-add"><span>181</span></span></a>).
</td></div></tr></div></tbody></table><br></div></div></body></html>
--- NEW FILE: ws-policy-framework-diff20070228.xml ---
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: ws-policy-framework-diff20070228.xml,v 1.1 2007/03/16 13:15:02 fsasaki Exp $ -->
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-policy-framework">
<!ENTITY % entities SYSTEM "entities.dtd" >
%entities;
<!ENTITY status SYSTEM "status.xml">
<!ENTITY document.status "Editors' copy $Date: 2007/03/16 13:15:02 $">
<!ENTITY framework-title "&framework.title;">
<!ENTITY prevloc "http://www.w3.org/TR/2006/WD-ws-policy-20061117">
<!ENTITY hellip "…">
]><spec role="editors-copy" w3c-doctype="cr">
<header>
<title>Web Services Policy 1.5 - Framework</title>
<w3c-designation>ws-policy-framework.html</w3c-designation>
<w3c-doctype>Editors' copy $Date: 2007/03/16 13:15:02 $</w3c-doctype>
<pubdate>
<day>@@</day>
<month>@@@@</month>
[...2905 lines suppressed...]
<td colspan="1" rowspan="1">20070222</td>
<td colspan="1" rowspan="1">ASV</td>
<td colspan="1" rowspan="1">Applied a <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0157.html" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink">missed item</loc> (re issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4204" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink">4204</loc>) to <specref ref="XML_Namespaces"></specref>. </td>
</tr>
<tr diff="add">
<td colspan="1" diff="add" rowspan="1">20070313</td>
<td colspan="1" diff="add" rowspan="1">FJH</td>
<td colspan="1" diff="add" rowspan="1">Applied <loc href="http://www.w3.org/2007/03/13-ws-policy-irc#T18-27-19" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">resolution</phrase></loc>
to <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4379" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">issue 4379</phrase></loc>
with minor editorial revision (editors action
<loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/181" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">181</phrase></loc>).
</td>
</tr>
</tbody>
</table>
</inform-div1>
</back>
</spec>
--- NEW FILE: ws-policy-attachment-diff20070228.xml ---
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: ws-policy-attachment-diff20070228.xml,v 1.1 2007/03/16 13:15:02 fsasaki Exp $ -->
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-policy-attachment">
<!ENTITY % entities SYSTEM "entities.dtd">
%entities;
<!ENTITY status SYSTEM "status-attachment.xml">
<!ENTITY document.status "Editors' copy $Date: 2007/03/16 13:15:02 $">
<!ENTITY attachment-title "&attachment.title;">
<!ENTITY prevloc "http://www.w3.org/TR/2006/WD-ws-policy-attach-20061117">
<!ENTITY hellip "…">
]><spec role="editors-copy" w3c-doctype="cr">
<header>
<title>Web Services Policy 1.5 - Attachment</title>
<w3c-designation>ws-policy-attachment.html</w3c-designation>
<w3c-doctype>Editors' copy $Date: 2007/03/16 13:15:02 $</w3c-doctype>
<pubdate>
<day>@@</day>
<month>@@@@</month>
[...3392 lines suppressed...]
<td colspan="1" diff="add" rowspan="1">ASV</td>
<td colspan="1" diff="add" rowspan="1">Applied a <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0157.html" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">missed item</phrase></loc>
(re issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4207" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">4207</phrase></loc>) to
<specref ref="XMLNamespaces"></specref>.
</td>
</tr>
<tr diff="add">
<td colspan="1" diff="add" rowspan="1">20070315</td>
<td colspan="1" diff="add" rowspan="1">PY</td>
<td colspan="1" diff="add" rowspan="1">Implemented the resolution for issue
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4391" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">4391</phrase></loc>.
Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/200" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">200</phrase></loc>.
</td>
</tr>
</tbody>
</table>
</inform-div1>
</back>
</spec>
Index: ws-policy-guidelines-diff20061221.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-guidelines-diff20061221.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ws-policy-guidelines-diff20061221.xml 8 Jan 2007 22:55:34 -0000 1.1
+++ ws-policy-guidelines-diff20061221.xml 16 Mar 2007 13:15:02 -0000 1.2
@@ -4,10 +4,11 @@
<!ENTITY % entities SYSTEM "entities.dtd" >
%entities;
<!ENTITY status SYSTEM "status-guidelines.xml">
+<!ENTITY prefix "ws-policy-guidelines" >
<!ENTITY document.status "Editors' copy $Date$">
<!ENTITY prevloc "">
<!ENTITY hellip "…">
-]><spec w3c-doctype="wd" role="editors-copy">
+]><spec role="editors-copy" w3c-doctype="wd">
<header>
<title>Web Services Policy 1.5 - Guidelines for Policy Assertion Authors</title>
[...1446 lines suppressed...]
+ <td colspan="1" diff="add" rowspan="1">20070315</td>
+ <td colspan="1" diff="add" rowspan="1">ASV</td>
+ <td colspan="1" diff="add" rowspan="1">Implemented the <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Feb/0000.html" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">resolution</phrase></loc>
+ for <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3981" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">issue 3981</phrase></loc>.
+ Editors' action
+ <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/205" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">205</phrase></loc>.
+ </td>
+ </tr>
+ <tr diff="add">
+ <td colspan="1" diff="add" rowspan="1">20070315</td>
+ <td colspan="1" diff="add" rowspan="1">FJH</td>
+ <td colspan="1" diff="add" rowspan="1">Implemented <loc href="http://www.w3.org/2007/03/13-ws-policy-irc#T23-08-08" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">resolution</phrase></loc> for issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4035" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">4035</phrase></loc>
+ as outlined in
+ <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Feb/0169.html" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">proposal</phrase></loc>.
+ Editorial action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/197" xlink:actuate="onRequest" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><phrase diff="add">197</phrase></loc>. </td>
+ </tr>
</tbody>
</table>
Index: ws-policy-guidelines-diff20061221.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-guidelines-diff20061221.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ws-policy-guidelines-diff20061221.html 8 Jan 2007 22:55:34 -0000 1.1
+++ ws-policy-guidelines-diff20061221.html 16 Mar 2007 13:15:02 -0000 1.2
@@ -1,5 +1,6 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en-US"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Web Services Policy 1.5 - Guidelines for Policy Assertion Authors -- Review Version</title><style type="text/css">
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Guidelines for Policy Assertion Authors -- Review Version</title><style type="text/css">
code { font-family: monospace; }
div.constraint,
@@ -7,6 +8,12 @@
div.note,
div.notice { margin-left: 2em; }
[...2564 lines suppressed...]
+ as outlined in
+ <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Mar/0103.html"><span class="diff-add"><span>proposal</span></span></a>.
+ Editorial action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/204"><span class="diff-add"><span>204</span></span></a>. </td></div></tr></div><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070314</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">FJH</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Implemented <a href="http://www.w3.org/2007/03/14-ws-policy-irc#T18-07-08"><span class="diff-add"><span>resolution</span></span></a> for issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3987"><span class="diff-add"><span>3987</span></span></a>
+ as outlined in
+ <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Mar/0096.html"><span class="diff-add"><span>proposal</span></span></a>.
+ Editorial action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/203"><span class="diff-add"><span>203</span></span></a>. </td></div></tr></div><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070315</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">ASV</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Implemented the <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3979#c1"><span class="diff-add"><span>resolution</span></span></a>
+ for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3979"><span class="diff-add"><span>issue 3979</span></span></a>.
+ Editors' action
+ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/198"><span class="diff-add"><span>198</span></span></a>.
+ </td></div></tr></div><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070315</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">ASV</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Implemented the <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Feb/0000.html"><span class="diff-add"><span>resolution</span></span></a>
+ for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3981"><span class="diff-add"><span>issue 3981</span></span></a>.
+ Editors' action
+ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/205"><span class="diff-add"><span>205</span></span></a>.
+ </td></div></tr></div><div class="diff-add"><tr class="diff-add"><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">20070315</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">FJH</td></div><div class="diff-add"><td colspan="1" class="diff-add" rowspan="1">Implemented <a href="http://www.w3.org/2007/03/13-ws-policy-irc#T23-08-08"><span class="diff-add"><span>resolution</span></span></a> for issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4035"><span class="diff-add"><span>4035</span></span></a>
+ as outlined in
+ <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Feb/0169.html"><span class="diff-add"><span>proposal</span></span></a>.
+ Editorial action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/197"><span class="diff-add"><span>197</span></span></a>. </td></div></tr></div></tbody></table><br></div></div></body></html>
\ No newline at end of file
--- NEW FILE: ws-policy-attachment-tr20070228.xml ---
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: ws-policy-attachment-tr20070228.xml,v 1.1 2007/03/16 13:15:02 fsasaki Exp $ -->
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-policy-attachment">
<!ENTITY % entities SYSTEM "entities.dtd">
%entities;
<!ENTITY status SYSTEM "status-attachment.xml">
<!ENTITY document.status "Editors' copy $Date: 2007/03/16 13:15:02 $">
<!ENTITY attachment-title "&attachment.title;">
<!ENTITY prevloc "http://www.w3.org/TR/2006/WD-ws-policy-attach-20061117">
<!ENTITY hellip "…">
]>
<?xml-stylesheet type='text/xsl' href='xmlspec-policy.xsl'?>
<spec w3c-doctype="cr" role="&document.role;">
<header>
<title>&attachment.title;</title>
<w3c-designation>&w3c-designation-attachment;</w3c-designation>
<w3c-doctype>&document.status;</w3c-doctype>
<pubdate>
[...3242 lines suppressed...]
</tr>
<tr>
<td>20070124</td>
<td>ASV</td>
<td>Updated Section <specref ref="change-description"/>.
</td>
</tr>
<tr>
<td>20070207</td>
<td>ASV</td>
<td>Implemented the resolution for issue
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4306">4306</loc>.
Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/158">158</loc>.
</td>
</tr>
</tbody>
</table>
</inform-div1>
</back>
</spec>
Received on Friday, 16 March 2007 13:15:53 UTC