On 29/03/15 22:11, Nauman Ramzan wrote:
Hi all ! I just want to know how can I formate Fuseki response ? Like <item1> <title> mobile <brand> apple <item2> <title> mobile <brand> apple And so on like turtle How can i apply these formats ?Regards Nauman
That's XML? You could apply XSLT to the XML results form of SELECT results.You can even get the server to add the stylesheet line with &stylesheet= That's how HTML output is done.
Andy
