File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / p3p
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:59 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    1: <?xml version="1.0"?>
    2: <RDF:RDF xmlns:p3p="http://www.w3.org/TR/1998/WD-P3P10-syntax#proposal.DTD"
    3:          xmlns:RDF="http://www.w3.org/TR/WD-rdf-syntax#">
    4: <PROP realm="http://www.CoolCatalog.com/catalogue/" 
    5:  entity="CoolCatalog" agreeID="94df1293a3e519bb"
    6:  assurance="http://www.TrustUs.org">
    7:   <USES>
    8:   <STATEMENT purp="2,3" recpnt="0" id="0"
    9:    consq="a site with clothes you'd appreciate.">
   10:     <WITH><PREFIX name="User.">
   11:      <REF name="Name.First"/>
   12:      <REF name="Bdate.Year" optional="1"/>
   13:      <REF name="Gender"/>
   14:     </PREFIX></WITH>
   15:   </STATEMENT>
   16:   </USES>
   17:   <USES>
   18:   <STATEMENT action="read&amp;write" purp="0" recpnt="0" id="1">
   19:     <REF name="User.Shipping."/>
   20:   </STATEMENT>
   21:   </USES>
   22:   <DISCLOSURE discURI="http://www.CoolCatalog.com/PrivacyPractice.html" 
   23:    access="3" other="0,1"/>
   24: </PROP></RDF:RDF>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>