Project

Profile

Help

Bug #5743

open

Expand text interacts badly with try/catch

Added by Norm Tovey-Walsh over 1 year ago. Updated 7 months ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2022-11-24
Due date:
% Done:

0%

Estimated time:
Applies to JS Branch:
Fix Committed on JS Branch:
Fixed in JS Release:
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).

Actions #1

Updated by Norm Tovey-Walsh 7 months ago

This only occurs if the XX compiler is used

Please register to edit this issue

Also available in: Atom PDF Tracking page