Re: Another attempt...

For test 2...

> <?xml version="1.0"?>
>  <sparql
>
>     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>     xmlns:xs="http://www.w3.org/2001/XMLSchema#"
>
>     xmlns="http://www.w3.org/2005/sparql-results#" >
>   <head>
>
>     <variable name="s"/>
>     <variable name="p"/>
>     <variable name="o"/>
>   </head>
>   <results>

It might be correct to have an empty result as well i.e.:

<result>
</result>

>   </results>
>  </sparql>
>

Received on Sunday, 23 March 2008 11:18:12 UTC