Skip to content

Commit 39d922c

Browse files
committed
Disabled schema:BreadCrumbList mode for srx:sparql
1 parent dd03eab commit 39d922c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/document.xsl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ extension-element-prefixes="ixsl"
8686
</xsl:if>
8787
</xsl:template>
8888

89+
<xsl:template match="srx:sparql" mode="schema:BreadCrumbList"/>
90+
8991
<!-- walks up the ancestor document chain and collects them -->
9092
<xsl:function name="ldh:doc-with-ancestors" as="element()*">
9193
<xsl:param name="resource" as="element()"/>

0 commit comments

Comments
 (0)