P3P Problem, validation fails at Policy URI check

I'm experiencing problems when implementing this privacy policy thingy. I 
used the IMB P3p tool to create the XML files but the stuff doesn't seem to 
work and I have no clue why. The Validator stops ath the Policy URI check 
without throwing an error.

I call my reference file (p3p.xml) from the header of a php file, which 
seems to work correctly. The reference file points to policy.xml#default --> 
the policy with name = "default" in that file. Should work, right ?

(p3p.xml - reference file)
<META xmlns="http://www.w3.org/2002/01/P3Pv1">
<POLICY-REFERENCES>
    <POLICY-REF about="~Good Path~/policy.xml#default">
      <INCLUDE>/*</INCLUDE>
      <COOKIE-INCLUDE
        name="*"
        value="*"
        domain="*"
        path="*"  />
    </POLICY-REF>

</POLICY-REFERENCES>
</META>

(policy.xml - policy file)

<?xml version="1.0"?>
<POLICIES xmlns="http://www.w3.org/2002/01/P3Pv1">
    <!-- Generated by IBM P3P Policy Editor version Beta 1.11 built 6/4/02 
11:23 AM -->
    <!-- Expiry information for this policy -->
    <EXPIRY date="vr, 31 dec 2038 12:00:00 GMT"/>

<POLICY
    name="default"
    discuri="http://omited for privacy reasons/p3p.html"
    opturi="http://omited for privacy reasons"
    xml:lang="nl">
    <!-- Description of the entity making this policy statement. -->
    <ENTITY>
    <DATA-GROUP>
<DATA ref=""> omited for privacy reasons </DATA>
    </DATA-GROUP>
    </ENTITY>

    <!-- Disclosure -->
    <ACCESS><nonident/></ACCESS>


    <!-- Disputes -->
    <DISPUTES-GROUP>
        <DISPUTES resolution-type="service" service="omited for privacy 
reasons" short-description="New Dispute">
            <LONG-DESCRIPTION>Wij helpe jim ut e stront !</LONG-DESCRIPTION>
            <REMEDIES><correct/><money/><law/></REMEDIES>
        </DISPUTES>
    </DISPUTES-GROUP>

    <!-- Statement for group "Basic information" -->
    <STATEMENT>
        <EXTENSION optional="yes">
            <GROUP-INFO 
xmlns="http://www.software.ibm.com/P3P/editor/extension-1.0.html" 
name="Basic information"/>
        </EXTENSION>

    <!-- Consequence -->
    <CONSEQUENCE>
Data collected from all Web users: access logs, and search strings (if 
entered).</CONSEQUENCE>

    <!-- Use (purpose) -->
    <PURPOSE><admin/><current/><develop/></PURPOSE>

    <!-- Recipients -->
    <RECIPIENT><ours/></RECIPIENT>

    <!-- Retention -->
    <RETENTION><indefinitely/></RETENTION>

    <!-- Base dataschema elements. -->
    <DATA-GROUP>
    <DATA ref="#dynamic.clickstream"/>
    <DATA ref="#dynamic.http"/>
    <DATA ref="#dynamic.searchtext"/>
    </DATA-GROUP>
</STATEMENT>

    <!-- Statement for group "Cookies" -->
    <STATEMENT>
        <EXTENSION optional="yes">
            <GROUP-INFO 
xmlns="http://www.software.ibm.com/P3P/editor/extension-1.0.html" 
name="Cookies"/>
        </EXTENSION>

    <!-- Consequence -->
    <CONSEQUENCE>
Cookies are used to track visitors to our site,
so we can better understand what portions of our site best serve 
you.</CONSEQUENCE>

    <!-- Use (purpose) -->
    
<PURPOSE><admin/><current/><develop/><pseudo-analysis/><pseudo-decision/></PURPOSE>

    <!-- Recipients -->
    <RECIPIENT><ours/></RECIPIENT>

    <!-- Retention -->
    <RETENTION><indefinitely/></RETENTION>

    <!-- Base dataschema elements. -->
    <DATA-GROUP>
    <DATA ref="#dynamic.cookies" 
optional="yes"><CATEGORIES><uniqueid/></CATEGORIES></DATA>
    </DATA-GROUP>
</STATEMENT>

<!-- End of policy -->
</POLICY>
</POLICIES>

Hope someone can help me out. I really gotta get this working =/
Thanks in advance.

Uzzyel

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Received on Tuesday, 8 October 2002 09:25:12 UTC