xdv

XSLTParseError for xsl:template inside XIncluded .xml file is silent

Bug #677084 reported by Roel Bruggink
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xdv
New
Undecided
Unassigned

Bug Description

When an XSLTParseError occurs in an xsl:template inside an XIncluded .xml file, the error is not shown.

Usecase:
-----------
rules.xml:
   <xi:include href="python:rules_base.xml" />

rules_base.xml:
    <xsl:template css:match="dt.portletHeader.hiddenStructure">
        <xsl:attribute name="class">
            <xsl:value-of select='replace(., "hiddenStructure", "")'/>
        </xsl:attribute>
    </xsl:template>

Expected:
  An XSLTParseError.

Actual:
  Nothing.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.