Annotea Protocol.

Hi,

I'm developing an Annotea extension to my Snufkin Browser (which is
really Internet Explorer see http://jibbering.com/snufkin/ .) and it
seems that the examples at <URL:
http://www.w3.org/2001/Annotea/User/Protocol.html > do not work for me.

Using something based on Figure 2 (only the text and urls changed to real
ones.) I get this back from the server:

<!-- sessionId: 1003809554.109461 -->
<html><head><title>bad parameter: <r:RDF xmlns:r</title></head>
      <body><h1>bad parameter: <r:RDF xmlns:r</h1>
            <p>http://annotest.w3.org/annotations was unable to interpret
parameter <r:RDF xmlns:r: "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:a="http://www.w3.org/2000/10/annotation-ns#"
xmlns:d="http://purl.org/dc/elements/1.1/"> <r:Description>  <r:type
resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>  <r:type
resource="http://www.w3.org/2000/10/annotationType#Comment"/>
<a:annotates r:resource="http://example.com/some/page.html"/> <a:context
r:resource="http://jibbering.com/">  <d:creator>Jim Ley</d:creator>
<a:created>1999-10-14T12:10Z</a:created>
<d:date>1999-10-14T12:10Z</d:date>     <a:body>    <r:Description>
<h:ContentType>text/html</h:ContentType>
<h:ContentLength>250</h:ContentLength>     <h:Body r:parseType="Literal">
<html xmlns="http://www.w3.org/1999/xhtml">  <head>    <title>Test
Annotation</title>  </head>  <body>  <p>This is an <em>important</em>
concept</p>
      </body>
</html>

I notice that the current information returned on a query (which I have
working okay, although the display is ugly, and out of context.) is also
different to that document.  My reading of RDF Schema's isn't all that
good, so I'd appreciate a more discussion/example based advice if that's
possible.

Also, if there are any DOM-Xpointer (and XPointer-DOM) implementations
about they'd be useful, rather than having to re-invent the wheel.

Cheers,

Jim.

Received on Tuesday, 23 October 2001 09:10:18 UTC