You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem that I am having is that RelFinder and the SPARQL-Server use different parameter descriptions for the returned formats. RelFinder is sending "format=XML", which the server does not understand and only returns the HTML page. The server needs "output=xml" (case-sensitive) instead.
Is it possible to configure this somewhere?
Thank you for your support :)
The text was updated successfully, but these errors were encountered:
... so it should be possible to do some logic there, and read $request->getText( 'format' ); ... and if it is "XML", it would turn it into 'xml', etc, as you were on to.
We could probably allow the logic to take care of a few such special cases, as long as they don't clash with anything else, so feel free to send a PR if you manage to get this to work with relfinder!
Hi,
I'm using the Semantic MediaWiki extension and RDFIO and would like to integrate RelFinder http://www.visualdataweb.org/relfinder.php
The problem that I am having is that RelFinder and the SPARQL-Server use different parameter descriptions for the returned formats. RelFinder is sending "format=XML", which the server does not understand and only returns the HTML page. The server needs "output=xml" (case-sensitive) instead.
Is it possible to configure this somewhere?
Thank you for your support :)
The text was updated successfully, but these errors were encountered: