Actions
Bug #5743
closedExpand text interacts badly with try/catch
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2022-11-24
Due date:
% Done:
100%
Estimated time:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
This test:
<fred>
<xsl:try>
{error((), "BANG")}
<xsl:catch>
<xsl:sequence select="'CAUGHT'"/>
</xsl:catch>
</xsl:try>
</fred>
produces
<fred/>
where I think it should produce
<fred>CAUGHT</fred>
(As it does with SaxonJ).
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page