Skip to content
Snippets Groups Projects
Commit 3156d48a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: redefinition causes crash of xsl

parent 062b4fd6
No related branches found
No related tags found
2 merge requests!150Release 0.15.2,!149FIX xsl crash
Pipeline #61405 passed
......@@ -23,8 +23,6 @@
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:param name="lowercase" select="'abcdefghijklmnopqrstuvwxyz'"/>
<xsl:param name="uppercase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
<xsl:template match="ParseTree" mode="query-results">
<xsl:apply-templates select="ParsingError"/>
</xsl:template>
......@@ -314,7 +312,6 @@
<!-- handle anything but attributes and properties -->
<xsl:param name="first-segment"/>
<xsl:param name="next-segments"/>
<xsl:choose>
<xsl:when test="@*[translate($first-segment, $uppercase, $lowercase)=name()]">
<!--handle attributes-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment