2006/ws/policy ws-policy-guidelines.xml,1.36,1.37

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv3606

Modified Files:
	ws-policy-guidelines.xml 
Log Message:
Partial implementation for issue 4072 in response to editor's action 154 . NOTE ALSO- I needed to put back in the "prefix" entity defintion [line7] to get the build to work. 

Index: ws-policy-guidelines.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-guidelines.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- ws-policy-guidelines.xml	21 Feb 2007 22:55:54 -0000	1.36
+++ ws-policy-guidelines.xml	22 Feb 2007 17:25:28 -0000	1.37
@@ -4,6 +4,7 @@
 <!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 "&#8230;">
@@ -430,10 +431,7 @@
 	   		</p>
 			<p>The number of different subjects to which an assertion
            	can be attached is also a factor when defining an
-           	assertion. Determining the appropriate policy subjects can sometimes
-           	involve understanding the requirements of  wide range of client configurations, from
-           	stand alone client applications to "active" web service
-           	requesters that are capable of modifying their own configurations dynamically.
+           	assertion. For attaching to WSDL subjects see <specref ref="levels-of-abstraction"/> for more detail.
 	  		</p>
 			<p> Once the range of policy subjects is identified, there are choices for ways of
 			attaching multiple instances of a simple policy
@@ -1982,6 +1980,16 @@
 							Changes correspond to editor's action
 							<loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/152">152</loc>.</td>
 					</tr> 
+					<tr>
+						<td>20070221</td>
+						<td>MH</td>
+						<td> Partial implementation for issue 
+							<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4072">4072</loc>
+							in response to editor's action 
+							<loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/154">154 </loc>.
+							NOTE ALSO- I needed to put back in the "prefix" entity defintion [line7] to get the build to work.
+							</td>
+					</tr> 
 				</tbody>
 			</table>
 		</inform-div1>

Received on Thursday, 22 February 2007 17:25:44 UTC