Project

Profile

Help

Bug #5468

closed

NPE in SimpleType.isIdRefType()

Added by Octavian Nadolu about 2 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Schema-Aware processing
Sprint/Milestone:
-
Start date:
2022-05-02
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
10, 11, trunk
Fix Committed on Branch:
10, 11, trunk
Fixed in Maintenance Release:
Platforms:

Description

If I try to transform the following files using strict validation I get a NPE in SimpleType.isIdRefType().

java -jar saxon-ee-10.8.jar -s:"test.xml" -xsl:"test.xsl" -sa -val:strict
<?xml version="1.0" encoding="UTF-8"?>
<root>
    <note xml:lang="fr-FR"></note>
</root>
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
    <xsl:template match="note">
    </xsl:template>
</xsl:stylesheet>

Please register to edit this issue

Also available in: Atom PDF