Skip to content

Commit

Permalink
Don't set @about in ldh:ResourceUpdated
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed May 26, 2024
1 parent 2a5902f commit 4e4ddde
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,11 +645,6 @@ WHERE
<xsl:result-document href="?." method="ixsl:replace-content">
<xsl:copy-of select="$row/*"/>
</xsl:result-document>

<xsl:message>
Existing @about: <xsl:value-of select="@about"/>
</xsl:message>
<ixsl:set-attribute name="about" select="'TROLOLO!'"/>
</xsl:for-each>

<xsl:apply-templates select="id($row//form/@id, ixsl:page())" mode="ldh:PostConstruct"/>
Expand Down

0 comments on commit 4e4ddde

Please sign in to comment.