Skip to content

Commit

Permalink
$request-uri fix
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 12, 2023
1 parent 76b9c88 commit ad9bdaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ WHERE
</div>

<!-- proxy $created-uri to make sure we get RDF/XML. TO-DO: load asynchronously? -->
<xsl:variable name="request-uri" select="ac:build-uri($ldt:base, map{ 'uri': string($created-uri), 'accept': 'application/rdf+xml' })" as="xs:anyURI"/>
<xsl:variable name="request-uri" select="ac:build-uri($created-uri, map{ 'accept': 'application/rdf+xml' })" as="xs:anyURI"/>
<xsl:for-each select="document($request-uri)">
<xsl:apply-templates select="key('resources-by-type', '&foaf;Person')[@rdf:about]" mode="bs2:Row"/>
<xsl:apply-templates select="key('resources-by-type', '&cert;PublicKey')[@rdf:about]" mode="bs2:Row"/>
Expand Down

0 comments on commit ad9bdaf

Please sign in to comment.