This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 794 - example 3.2 is not well formed
Summary: example 3.2 is not well formed
Status: RESOLVED FIXED
Alias: None
Product: P3P
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: P3P1.1
Assignee: Rigo Wenning
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-11 12:15 UTC by Rigo Wenning
Modified: 2004-11-05 16:45 UTC (History)
0 users

See Also:


Attachments

Description Rigo Wenning 2004-06-11 12:15:00 UTC
The XML encoding of example 3.2[1] of The Platform for Privacy 
Preferences 1.0 (P3P1.0) Specification[2] is not well-formed: 
     <DATA ref="#user.login.password"/> 
      <CATEGORIES><uniqueid/></CATEGORIES> 
     </DATA> 
 should be: 
     <DATA ref="#user.login.password"> 
      <CATEGORIES><uniqueid/></CATEGORIES> 
     </DATA>
Comment 1 Rigo Wenning 2004-11-05 16:45:41 UTC
Fixed in the November 2004 Draft