XSLTParseError for xsl:template inside XIncluded .xml file is silent
Bug #677084 reported by
Roel Bruggink
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:
<xsl:template css:match=
</xsl:template>
Expected:
An XSLTParseError.
Actual:
Nothing.
To post a comment you must log in.