Project

Profile

Help

Bug #4691

closed

Simplified stylesheet: xsl:version attribute is missing

Added by O'Neil Delpratt over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Category:
.NET API
Sprint/Milestone:
-
Start date:
2020-08-21
Due date:
% Done:

100%

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

Description

Saxon.NET

The nunit test case TestSimple is failing with the exception:

Simplified stylesheet: xsl:version attribute is missing

In this test case we use a Microsoft XmlTextReader and internally use a DotNetPullProvider to facilitate the pull mode parsing for the XSLT stylesheet.

Actions #1

Updated by O'Neil Delpratt over 3 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
  • Fix Committed on Branch 10, 9.9 added

Bug fixed and committed to subversion available for the next release.

Fix applied in the DotNetPullProvider class. The issue was when we call getAttributes() or getNamespaceDeclarations() on an element node the parser should have been positioned back to the element node on which these methods where called. This was not happening.

Actions #2

Updated by O'Neil Delpratt over 3 years ago

  • Fixed in Maintenance Release 10.2 added

Bug fix applied in the Saxon 10.2 maintenance release.

Actions #3

Updated by O'Neil Delpratt over 3 years ago

  • Status changed from Resolved to Closed
  • Fixed in Maintenance Release 9.9.1.8 added

Bug fix applied on the Saxon 9.9.1.8 maintenance release.

Please register to edit this issue

Also available in: Atom PDF