Skip to content

Commit

Permalink
Moved ldh:requestUri param declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 6, 2023
1 parent dc44a86 commit 2e3b727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ exclude-result-prefixes="#all"
<xsl:key name="resources-by-type" match="*[*][@rdf:about] | *[*][@rdf:nodeID]" use="rdf:type/@rdf:resource"/>

<xsl:param name="ac:contextUri" as="xs:anyURI?"/>
<xsl:param name="ldh:requestUri" as="xs:anyURI"/>

<xsl:function name="ac:property-label" as="xs:string?">
<xsl:param name="property" as="element()"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ exclude-result-prefixes="#all">

<xsl:param name="ldh:base" as="xs:anyURI" static="yes"/>
<!--<xsl:param name="ldh:absolutePath" as="xs:anyURI"/>-->
<xsl:param name="ldh:requestUri" as="xs:anyURI"/>
<!-- <xsl:param name="ldh:requestUri" as="xs:anyURI"/>-->
<xsl:param name="ac:endpoint" select="resolve-uri('sparql', $ldt:base)" as="xs:anyURI"/>
<xsl:param name="a:graphStore" select="resolve-uri('service', $ldt:base)" as="xs:anyURI"/> <!-- TO-DO: rename to ac:graphStore? -->
<xsl:param name="sd:endpoint" as="xs:anyURI?"/>
Expand Down

0 comments on commit 2e3b727

Please sign in to comment.