Skip to content

Commit

Permalink
Actually execute $request
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 20, 2023
1 parent 99b7b68 commit 4a984ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ exclude-result-prefixes="#all"
</xsl:call-template>
</ixsl:schedule-action>
</xsl:variable>
<xsl:sequence select="$request[current-date() lt xs:date('2000-01-01')]"/>

<!-- <xsl:variable name="content-id" select="$container/@id" as="xs:string"/>
<xsl:variable name="content-uri" select="if ($container/@about) then $container/@about else xs:anyURI(ac:absolute-path(base-uri()) || '#' || $content-id)" as="xs:anyURI"/>
Expand Down

0 comments on commit 4a984ec

Please sign in to comment.