Skip to content

Commit

Permalink
Don't copy namespaces in the ldh:XHTMLContent identity transform
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 21, 2024
1 parent bb23114 commit 8905aaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ exclude-result-prefixes="#all"
</xsl:template>-->

<xsl:template match="@* | node()" mode="ldh:XHTMLContent">
<xsl:copy>
<xsl:copy copy-namespaces="no">
<xsl:apply-templates select="@* | node()" mode="#current"/>
</xsl:copy>
</xsl:template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -901,14 +901,6 @@ extension-element-prefixes="ixsl"
</xsl:for-each>
</xsl:template>

<!-- ROW BLOCKS -->

<!-- <xsl:template match="@rdf:resource[key('resources', .)]" mode="bs2:RowContent" priority="2">
<xsl:apply-templates select="key('resources', .)" mode="bs2:Row"/>
</xsl:template>
<xsl:template match="*" mode="bs2:RowContent"/>-->

<!-- ROW CONTENT HEADER -->

<xsl:template match="*[@rdf:about][rdf:type/@rdf:resource = ('&ldh;View', '&ldh;Object')]" mode="bs2:RowContentHeader" priority="1">
Expand Down

0 comments on commit 8905aaa

Please sign in to comment.