Actions
Support #6496
closedSaxon PE Assert
Start date:
2024-08-07
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
I'm having trouble getting assert
to trigger using:
- Out-of-the-box Saxonica release (
Saxon-PE-12.5
) - An XSLT containing asserts (
AUNZ-Billing-Shared.xslt
) - A deliberately erroneous XML file (
Invalid.xml
)
$ java -jar SaxonPE12-5J/saxon-pe-12.5.jar -t -ea:on -s:Invalid.xml -xsl:AUNZ-Billing-Shared.xslt -o:zresult.xml
Which produces a result file showing no assert
was triggered (zresult.xml
).
What am I doing wrong?
Files
Please register to edit this issue
Actions