Skip to content

Commit

Permalink
Defined $doc-uri
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 15, 2024
1 parent 183bdf1 commit b1ea4bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ exclude-result-prefixes="#all"
</xsl:variable>
<xsl:message>Save chart $constructed-doc: <xsl:value-of select="serialize($constructed-doc)"/></xsl:message>

<xsl:variable name="doc-uri" select="ac:absolute-path(ldh:base-uri(.))" as="xs:anyURI"/>
<xsl:variable name="method" select="'post'" as="xs:string"/>
<xsl:variable name="resource" select="key('resources-by-type', $forClass, $constructed-doc)[not(key('predicates-by-object', @rdf:nodeID))]" as="element()"/>
<xsl:variable name="row-form" as="element()*">
Expand Down

0 comments on commit b1ea4bd

Please sign in to comment.