How can I display the result of my sparql query into html table?. Any idea?
+1
A:
If you don't mind using XSLT, you could do a transform from the SPARQL results XML format to HTML. If you want to build the results table with Javascript, you may prefer to use the JSON results format.
Phil M
2009-07-09 16:31:27
sorry. not really understand what you mean. I have the above code which still can't carry the variable into sparql query (Still looking at it). The result that display in the code can't be modified. I want them to be displayed into HTML table that I am going to create.
2009-07-10 22:26:22
A:
Joseki includes such transformation xlst by default. I think the license is Apache so you can use it.
Teherkan
2010-04-06 08:10:26