RE: Trouble with data schema

What makes you think it's not elements - in the example, it says:

  <dynamic>
              <miscdata>
                <category>
                  <purchase/>
                </category>
              </miscdata>
            </dynamic>


-----Original Message-----
From: public-p3p-spec-request@w3.org [mailto:public-p3p-spec-request@w3.org]
On Behalf Of Rigo Wenning
Sent: Tuesday, July 05, 2005 16:04
To: public-p3p-spec@w3.org
Subject: Trouble with data schema


Hi all, 

I just discovered that the base dataschema in the new format is doing 
something like:
<datatype>
  <dynamic>
    <cookies>
      <CATEGORY>
        preference
      </CATEGORY>
      <CATEGORY>
        uniqueid
      </CATEGORY>
    </cookies>
  </dynamic>
</datatype>

Now if we want to make it more compact, we would have multiple items in 
the <CATEGORY> - Element. But in this case, we have not specified a 
delimiter. Beforehand, this was an element <preferences /> and 
<uniqueid />. This is not possible anymore. So I think, this is a bug.

Rigo

Received on Tuesday, 5 July 2005 14:11:41 UTC