2009/dap/policy Profile.html,1.10,1.11

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

Modified Files:
	Profile.html 
Log Message:
making 1st policy example more readable (indent)


Index: Profile.html
===================================================================
RCS file: /sources/public/2009/dap/policy/Profile.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Profile.html	21 Jun 2010 13:26:35 -0000	1.10
+++ Profile.html	21 Jun 2010 13:29:34 -0000	1.11
@@ -952,21 +952,19 @@
 	application is trusted and is on the device. If the user
 	(or the policy provider) has stated that they don’t want
 	to call premium rate numbers in the UK: </p>
-	<pre>
-	<code>&lt;target&gt;</code>
-	    <code>&lt;subject&gt;</code>
-		&lt;subject-match attr="author-key-root-fingerprint" 
+	<pre><code>&lt;target&gt;
+  &lt;subject&gt;
+    &lt;subject-match attr="author-key-root-fingerprint" 
         match="sha256 ******** root fingerprint of author ****" /&gt; 
-        &lt;-- to identify the Identified domain, the same would
-	    apply for the Unidentified domain--&gt;
-	&lt;/target&gt;
-         &lt;rule effect="one-shot"&gt;
-	    <code>&lt;condition&gt;</code>
-		&lt;resource-match attr="dev-cap" match="messaging.*.send"
-		param:recipients="+4409*" func="glob"/&gt; &lt;-- to block UK premium
-		rate numbers --&gt;
-	    &lt;/condition&gt;
-	&lt;/rule&gt; </pre>
+    &lt;-- to identify the Identified domain, the same would
+	  apply for the Unidentified domain--&gt;
+&lt;/target&gt;
+&lt;rule effect="one-shot"&gt;
+  &lt;condition&gt;
+    &lt;resource-match attr="dev-cap" match="messaging.*.send"
+		param:recipients="+4409*" func="glob"/&gt; &lt;-- to block UK premium rate numbers --&gt;
+  &lt;/condition&gt;
+&lt;/rule&gt;</code></pre>
 	We could extend this to other countries if we are concerned that
     premium rate 
 	numbers would not only be from the host country. Here is an

Received on Monday, 21 June 2010 13:29:38 UTC