CVS update: openprivacy/src/xml/reputations

From: cvs@openprivacy.org
Date: Fri Dec 08 2000 - 19:41:09 PST


Date: Friday December 8, 19100 @ 19:41
Author: burton
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/src/xml/reputations

-----------------------------------

Update of /usr/local/cvsroot/openprivacy/src/xml/reputations
In directory openprivacy.org:/tmp/cvs-serv2962

Modified Files:
        reputation-opinion-example.xml
Log Message:
using namespaces correctly...

*****************************************************************
File: openprivacy/src/xml/reputations/reputation-opinion-example.xml

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/src/xml/reputations/reputation-opinion-example.xml?annotate=1.6

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/src/xml/reputations/reputation-opinion-example.xml?rev=1.6&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/src/xml/reputations/reputation-opinion-example.xml.diff?r1=1.6&r2=1.5

-----------------------------------

Index: openprivacy/src/xml/reputations/reputation-opinion-example.xml
diff -u openprivacy/src/xml/reputations/reputation-opinion-example.xml:1.5 openprivacy/src/xml/reputations/reputation-opinion-example.xml:1.6
--- openprivacy/src/xml/reputations/reputation-opinion-example.xml:1.5 Fri Dec 8 16:43:23 2000
+++ openprivacy/src/xml/reputations/reputation-opinion-example.xml Fri Dec 8 19:41:09 2000
@@ -3,7 +3,7 @@
 <!ENTITY dsig "http://www.w3.org/2000/09/xmldsig#">
 ]>
 
-<!-- $Id: reputation-opinion-example.xml,v 1.5 2000/12/09 00:43:23 fen Exp $ -->
+<!-- $Id: reputation-opinion-example.xml,v 1.6 2000/12/09 03:41:09 burton Exp $ -->
 <!--
 Example of Reputation Markup. See reputation-markup.xsd
 
@@ -12,12 +12,17 @@
 We base on XML-DSig to ensure that reputations cannot be forged
 -->
 
-<Signature Id="OpenPrivacy-20001208.001" xmlns="http://www.w3.org/2000/09/xmldsig#">
 
+<Signature Id="OpenPrivacy-20001208.001"
+ xmlns="http://www.w3.org/2000/09/xmldsig#"
+ reputation:xmlns="http://www.openprivacy.org/2000/12/reputation-metainfo"
+ payload:xmlns="http://www.openprivacy.org/2000/12/reputation-opinion">
+
+
   <SignedInfo>
     <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2000/CR-xml-c14n-20001026"/>
     <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
-
+
     <!--
     The GraftHome URL is used to point to self for Reputation grafts
     An addressable location/object wrt some Reputation server (TBD)
@@ -26,13 +31,13 @@
     The may be zero or more GraftHome elements
       in the case of zero, then the current document address is used
     -->
- <GraftHome URL="..."/>
+ <reputation:GraftHome URL="..."/>
 
     <!--
     The ReputationServer points to a preferred (list of) reputation server(s)
     There may be zero or more ReputationServer elements
     -->
- <ReputationServer URL="..."/>
+ <reputation:ReputationServer URL="..."/>
 
     <!--
     The Reference URI points to the object to which we are attaching
@@ -49,24 +54,24 @@
     The ontology provides a context and/or meaning
     The entry type is a word or phrase defined in the ontology
     -->
- <ReputationOpinion ontology="...">
- <entry type="cool"/>
- </ReputationOpinion>
+ <payload:ReputationOpinion ontology="...">
+ <payload:entry type="cool"/>
+ </payload:ReputationOpinion>
 
     <!--
     Here the entry elements have both a key word and a value
     -->
- <ReputationOpinion ontology="http://ontology.reputation.org/simple.xml">
- <entry type="*" value="5"/>
- <entry type="privacy" value="5"/>
- </ReputationOpinion>
+ <payload:ReputationOpinion ontology="http://ontology.reputation.org/simple.xml">
+ <payload:entry type="*" value="5"/>
+ <payload:entry type="privacy" value="5"/>
+ </payload:ReputationOpinion>
 
     <!--
     Here we mean the word 'privacy' in the same way John Gilmore used it
     -->
- <ReputationOpinion relation="http://www.eff.org/pub/Privacy/privacy_gilmore.speech"\>
- <entry type="privacy" value="5"/>
- </ReputationOpinion>
+ <payload:ReputationOpinion relation="http://www.eff.org/pub/Privacy/privacy_gilmore.speech"\>
+ <payload:entry type="privacy" value="5"/>
+ </payload:ReputationOpinion>
 
   </SignedInfo>
   <SignatureValue>MC0CFFrVLtRlk=...</SignatureValue>



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST