AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
485 stars 122 forks source link

Server-side rendering of SPARQL results #108

Open namedgraph opened 2 years ago

namedgraph commented 2 years ago

Saxon-JS in the browser struggles to render large SPARQL results (e.g. in container model or in the SPARQL editor). But it should be trivial for client.xsl/container.xsl to request text/html instead of application/rdf+xml and get a server-rendered HTML that needs to injected into a container element. This approach already works with the Linked Data browser (onDocumentLoad).