2009/dap/policy Overview.html,1.5,1.6

Update of /sources/public/2009/dap/policy
In directory hutz:/tmp/cvs-serv10092

Modified Files:
	Overview.html 
Log Message:
test

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/policy/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html	9 Apr 2010 15:17:32 -0000	1.5
+++ Overview.html	9 Apr 2010 15:28:15 -0000	1.6
@@ -174,8 +174,8 @@
       terminology is adopted from  XACML [[!XACML]] and illustrated below.
     </p>
     <!-- ILLUSTRATION XACML DATAFLOW -->
-    <div style="text-align:center;"><object type="image/svg+xml" data="XACMLdataflow.svg">
- <img src="XACMLdataflow.png" alt="graphical representation of the XACML data flow" title="DAP security model, derived from XACML [[!XACML]] Specification Schema" width="500" height="500"/> </object></div>
+    <object type="image/svg+xml" data="XACMLdataflow.svg">
+ <img src="XACMLdataflow.png" alt="graphical representation of the XACML data flow" title="DAP security model, derived from XACML [[!XACML]] Specification Schema" width="500" height="500"/> </object>
     <p>
       The specified functional components are as follows:
       <ul>
@@ -255,8 +255,8 @@
       Simplistically, each rule is specified by defining a <strong><em><a href=#condition>condition</a></em></strong>, which is a set of statements which must be satisfied in order for that particular rule to apply, and an <strong><em><a href=#effect>effect</a></em></strong> which represents the rule’s outcome – ie whether that rule indicates that the access request should be permitted or not. 
     </p>
     <!-- ILLUSTRATION POLICY LANGUAGE MODEL -->
-    <div style="text-align:center;"><object type="image/svg+xml" data="languagemodel.svg">
- <img src="languagemodel.png" alt="graphical representation of the XACML policy language model" title="DAP policy language model, derived from XACML [[!XACML]] Specification Schema" width="250" /> </object></div>
+    <object type="image/svg+xml" data="languagemodel.svg">
+ <img src="languagemodel.png" alt="graphical representation of the XACML policy language model" title="DAP policy language model, derived from XACML [[!XACML]] Specification Schema" width="250" /> </object>
     </section> <!-- access control policy structure -->
     <section id=rule-processing>
     <h3>Rule Processing</h3>

Received on Friday, 9 April 2010 15:28:18 UTC