Re: Web services returning RDF?

Ian Dickinson wrote:
> <rdf:Description 
> rdf:about="http://www.wasab.dk/morten/2004/04/twilight/?latitude=51.4&amp;longitude=-2.7&amp;date=2004-10-13"> 
> 
>   <ns1:primaryTopic rdf:nodeID="r1096999731r40"/>
> 
> Looks like one too many passes through the URL encoder perhaps?

Uh, how so? The URI dereferences just fine.

If it's because of the &amp;s, remember that you're reading XML. Using a 
plain & would cause an XML parsing error (in fact I remember reading 
that not encoding &s as &amp;s in URIs is one of the most common XML 
well-formedness errors people make).

Cheers,
- Benja

Received on Thursday, 14 October 2004 00:19:50 UTC