Policy Reference File Syntax?

Folks:

I just wanted to make sure I have the syntax correct to reference different
P3P Full Policies for different subdirectories under the same domain.

Does the following Policy Reference file look correct?

<META xmlns="http://www.w3.org/2001/09/p3pv1">
 <POLICY-REFERENCES>
    <POLICY-REF about="p3p_policy.xml#subdir1">
       <INCLUDE>/subdir1/*</INCLUDE>
       <COOKIE-INCLUDE name="*" value="*" domain="*" path="*"/>
    </POLICY-REF>
    <POLICY-REF about="p3p_policy.xml#subdir2">
       <INCLUDE>/subdir2/*</INCLUDE>
       <COOKIE-INCLUDE name="*" value="*" domain="*" path="*"/>
    </POLICY-REF>
    <POLICY-REF about="p3p_policy.xml#subdir3">
       <INCLUDE>/subdir3/*</INCLUDE>
       <COOKIE-INCLUDE name="*" value="*" domain="*" path="*"/>
    </POLICY-REF>
 </POLICY-REFERENCES>
</META>

Thanks!
Christian "I think I'm getting the hang of this!" Abad

Received on Friday, 7 December 2001 13:10:43 UTC