Re: Spec Updated: 28th Feb 2005

The <del>'s messed up the fragments, they should of course be as follows.

---

<?xml version="1.0" encoding="utf-8"?>
<LocateRequest Id="I6227979ae4073f2b3b145db7a488ce16"
     Service="http://www.example.org/XKMS"
     xmlns="http://www.w3.org/2002/03/xkms#">
 <ResponseMechanism>Pending</ResponseMechanism>
 <QueryKeyBinding />
</LocateRequest>

should be

<?xml version="1.0" encoding="utf-8"?>
<LocateRequest Id="I6227979ae4073f2b3b145db7a488ce16"
     Service="http://www.example.org/XKMS"
     xmlns="http://www.w3.org/2002/03/xkms#">
 <ResponseMechanism>http://www.w3.org/2002/03/xkms#Pending</ResponseMechanism>
 <QueryKeyBinding />
</LocateRequest>

Also
<?xml version="1.0" encoding="utf-8"?>
<LocateResult Id="I98366e407a2a78dff79687dbdb4d974c"
     Service="http://www.example.org/XKMS"
ResultMajor="Pending"
     RequestId="I6227979ae4073f2b3b145db7a488ce16"
     xmlns="http://www.w3.org/2002/03/xkms#" />

should be

<?xml version="1.0" encoding="utf-8"?>
<LocateResult Id="I98366e407a2a78dff79687dbdb4d974c"
     Service="http://www.example.org/XKMS"
ResultMajor="http://www.w3.org/2002/03/xkms#Pending"
     RequestId="I6227979ae4073f2b3b145db7a488ce16"
     xmlns="http://www.w3.org/2002/03/xkms#" />


On Tue, 1 Mar 2005 12:21:14 +0000, Tommy Lindberg
<tommy.lindberg@gmail.com> wrote:
> Hi Shivaram -
> 
> I mentioned the following some time ago but it must have been lost
> somewhere.  The fragments (like the following, but there are more)
> need some minor tweaks.
> 
> <?xml version="1.0" encoding="utf-8"?>
> <LocateRequest Id="I6227979ae4073f2b3b145db7a488ce16"
>      Service="http://test.xmltrustcenter.org/XKMS""http://www.example.org/XKMS"
>      xmlns="http://www.w3.org/2002/03/xkms#">
>  <ResponseMechanism>Pending</ResponseMechanism>
>  <QueryKeyBinding />
> </LocateRequest>
> 
> should be
> 
> <?xml version="1.0" encoding="utf-8"?>
> <LocateRequest Id="I6227979ae4073f2b3b145db7a488ce16"
>      Service="http://test.xmltrustcenter.org/XKMS""http://www.example.org/XKMS"
>      xmlns="http://www.w3.org/2002/03/xkms#">
>  <ResponseMechanism>http://www.w3.org/2002/03/xkms#Pending</ResponseMechanism>
>  <QueryKeyBinding />
> </LocateRequest>
> 
> Also
> <?xml version="1.0" encoding="utf-8"?>
> <LocateResult Id="I98366e407a2a78dff79687dbdb4d974c"
>      Service="http://test.xmltrustcenter.org/XKMS""http://www.example.org/XKMS"
> ResultMajor="Pending"
>      RequestId="I6227979ae4073f2b3b145db7a488ce16"
>      xmlns="http://www.w3.org/2002/03/xkms#" />
> 
> should be
> 
> <?xml version="1.0" encoding="utf-8"?>
> <LocateResult Id="I98366e407a2a78dff79687dbdb4d974c"
>      Service="http://test.xmltrustcenter.org/XKMS""http://www.example.org/XKMS"
> ResultMajor="http://www.w3.org/2002/03/xkms#Pending"
>      RequestId="I6227979ae4073f2b3b145db7a488ce16"
>      xmlns="http://www.w3.org/2002/03/xkms#" />
> 
> The spec sample zip file I sent also contains the fragments.
> 
> Regards
> Tommy
> 
> 
> On Mon, 28 Feb 2005 12:10:54 -0800 (PST), Shivaram Mysore
> <shivarammysore@yahoo.com> wrote:
> > Hi,
> >
> > XKMS Part 1[1] Specification has been updated.  Thanks very much to Tommy
> > for providing updated samples and Appendix C.  The following are the udpates
> > in this draft:
> > Appendix C all sample values have been updated.
> > Fixed Para [248] - Updated string (with value
> > 3N9CJ-K4JKS-04JWF-0934J-SR09JW-IK4) to match Appendix C.1.3 example
> > Fixed Para [252] - Updated sample RegisterResult
> > Fixed Para [267] - Updated sample RecoverRequest
> > Fixed Para [268] - Updated sample RecoverResult
> > Fixed para [383] - Fixed typo "theses"
> > With this, I believe, the specs are ready for PR.  I do have the script to
> > remove all the <del> </del> tag contents.  I will wait till the last minute
> > to do the same.  Please shout if there needs to be modifications or
> > corrections.
> >
> > Thanks to everyone for all the hard work.
> >
> > [1]
> > http://www.w3.org/2001/XKMS/Drafts/XKMS-PR-DRAFT/PR-DRAFT-xkms-part-1.html
> >
> > /Shivaram & Stephen
> >
> > --
> > Secure Web Services, PKI, Software Architecture, Java,
> > Product Strategy and Management Consultant:
> > http://www.geocities.com/shivarammysore/
>

Received on Tuesday, 1 March 2005 14:57:20 UTC