- From: Christian Abad <cabad@nbdev.com>
- Date: Fri, 7 Dec 2001 13:11:46 -0500
- To: "P3p-Policy" <www-p3p-policy@w3.org>
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