Advertisement

09.17.2007 at 05:50PM PDT, ID: 22834855
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0

Need help for P3P compliancy for my website!!

Asked by bemara57 in Microsoft IIS Web Server, Miscellaneous Web Development, Extensible Markup Language (XML)

Tags: , ,

I'm having trouble setting up P3P compliancy on my website and was hoping for some help. I followed directions on several websites but I'm just not getting it right. I'm using IBM's free P3P creator. This is the error I'm getting when running http://www.w3.org/P3P/validator.html. I can't get it to work for Steps 1-3, Setp 2 and Step 3 and need to get all of them working (for affiliate compliancy):

Step 1: /w3c/p3p.xml Validation
URI: http://www.mydomain.com/w3c/p3p.xml
Step 1-1: Access check
/w3c/p3p.xml can be retrieved.
Message: The content type of /w3c/p3p.xml is text/xml.
Step 1-2: Syntax check
/w3c/p3p.xml has no syntax errors.
Step 1-3: Policy URI check
/w3c/p3p.xml has some warnings or errors.
Error: The URI fragment identifier (#xxx) is necessary to specify a POLICY element in a POLICIES element.
P3P policy for http://www.mydomain.com/ is [http://www.mydomain.com/w3c/policy.xml]
--------------------------------------------------------------------------------
Step 2: HTTP Protocol Validation ( HTTP headers )
HTTP headers have no P3P: header.
--------------------------------------------------------------------------------
Step 3: HTML File Validation
HTML document has no P3P compliant link tags.
Message: No valid P3P compliant <link> element.
--------------------------------------------------------------------------------
Here's my directory structure:
w3c
|__p3p.xml
|__policy.xml
|__privacy.html

----------------------------------
This is what I'm putting at the top of every page on my website:
<HEAD>
<link rel="P3Pv1" href="http://www.mydomain.com/w3c/p3p.xml">
</HEAD>

----------------------------------
This is my p3p.xml:
<META xmlns="http://www.w3.org/2002/01/P3Pv1">
<POLICY-REFERENCES>
    <POLICY-REF about="http://www.mydomain.com/w3c/policy.xml">
      <INCLUDE>/*</INCLUDE>
      <COOKIE-INCLUDE/>
    </POLICY-REF>

</POLICY-REFERENCES>
</META>

----------------------------------
And this is my policy.xml:
<?xml version="1.0"?>
<POLICIES xmlns="http://www.w3.org/2002/01/P3Pv1">
    <!-- Generated by IBM P3P Policy Editor version Beta 1.12 built 2/27/04 1:19 PM -->

    <!-- Expiry information for this policy -->
    <EXPIRY date="Fri, 01 Jan 2010 12:00:00 GMT"/>

<POLICY
    name="P3P"
    discuri="http://www.mydomain.com/w3c/privacy.html"
    xml:lang="en">
    <!-- Description of the entity making this policy statement. -->
    <ENTITY>
    <DATA-GROUP>
<DATA ref="#business.name">Acme Inc</DATA>
<DATA ref="#business.contact-info.online.email">customerservice@mydomain.com</DATA>
<DATA ref="#business.contact-info.online.uri">http://www.mydomain.com</DATA>
<DATA ref="#business.contact-info.telecom.telephone.number">1-999-999-9999</DATA>
<DATA ref="#business.contact-info.postal.organization">Acme Inc</DATA>
<DATA ref="#business.contact-info.postal.street">999 Test Street</DATA>
<DATA ref="#business.contact-info.postal.city">New York</DATA>
<DATA ref="#business.contact-info.postal.stateprov">NY</DATA>
<DATA ref="#business.contact-info.postal.postalcode">12345</DATA>
<DATA ref="#business.contact-info.postal.country">USA</DATA>
    </DATA-GROUP>
    </ENTITY>

    <!-- Disclosure -->
    <ACCESS><all/></ACCESS>

    <!-- Disputes -->
    <DISPUTES-GROUP>
        <DISPUTES resolution-type="service" service="http://mydomain.com/customerservice.html" short-description="New Dispute">
            <LONG-DESCRIPTION></LONG-DESCRIPTION>
            <REMEDIES><correct/></REMEDIES>
        </DISPUTES>
    </DISPUTES-GROUP>

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

    <!-- No consequence specified -->

    <!-- Use (purpose) -->
    <PURPOSE><admin/><contact required="opt-in"/><current/><develop/><pseudo-analysis/><pseudo-decision/><individual-analysis/><individual-decision/><tailoring required="opt-in"/><historical/><telemarketing required="opt-in"/></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.clientevents"/>
    <DATA ref="#dynamic.searchtext"/>
    <DATA ref="#dynamic.interactionrecord"/>
    <DATA ref="#user.name"/>
    <DATA ref="#user.jobtitle"/>
    <DATA ref="#user.business-info"/>
    <DATA ref="#user.employer"/>
    <DATA ref="#user.home-info"/>
    <DATA ref="#business.name"/>
    <DATA ref="#dynamic.miscdata"><CATEGORIES><physical/></CATEGORIES></DATA>
    <DATA ref="#dynamic.miscdata"><CATEGORIES><online/></CATEGORIES></DATA>
    <DATA ref="#dynamic.miscdata"><CATEGORIES><purchase/></CATEGORIES></DATA>
    </DATA-GROUP>
</STATEMENT>

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

What am I missing? I'm hoping someone can fluently see what the problem is since this is the first time I'm doing this. I would appreciate any help.Start Free Trial
 
Loading Advertisement...
 
[+][-]09.18.2007 at 01:18AM PDT, ID: 19911008

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft IIS Web Server, Miscellaneous Web Development, Extensible Markup Language (XML)
Tags: creator, fragment, identifier
Sign Up Now!
Solution Provided By: LeeKowalkowski
Participating Experts: 1
Solution Grade: A
 
 
[+][-]09.18.2007 at 08:21AM PDT, ID: 19913678

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_1_20070628