Skip to content

Commit

Permalink
$graph
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 25, 2023
1 parent 5439a3a commit cc78e63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ exclude-result-prefixes="#all"
<xsl:template match="*[@rdf:about][spin:query/@rdf:resource][ldh:chartType/@rdf:resource]" mode="ldh:RenderContent" priority="1">
<xsl:param name="container" as="element()"/>
<xsl:param name="this" as="xs:anyURI"/>
<xsl:param name="graph" as="xs:anyURI?"/>
<xsl:param name="content-uri" select="xs:anyURI($container/@about)" as="xs:anyURI"/>
<xsl:param name="content-id" select="ixsl:get($container, 'id')" as="xs:string"/>
<xsl:variable name="query-uri" select="xs:anyURI(spin:query/@rdf:resource)" as="xs:anyURI"/>
Expand Down

0 comments on commit cc78e63

Please sign in to comment.