Project

Profile

Help

Bug #4097

closed

Base URI of a copied node

Added by Michael Kay over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
XSLT conformance
Sprint/Milestone:
-
Start date:
2019-01-16
Due date:
% Done:

100%

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

Description

T. Hatanaka reports:

With the attached files, Saxon 9.8 outputs:

C:>java -jar SaxonEE9-8-0-15J\saxon9ee.jar -s:test.xml -t -xsl:test.xsl Saxon-EE 9.8.0.15J from Saxonica Java version 1.8.0_191 Using license serial number V006911 ...

   <test>
      <original>file:/C://test.xml</original>
      <built-in>file:/C://test.xsl</built-in>
      <traditional>file:/C://test.xsl</traditional>
   </test>

9.9 outputs differently:

C:>java -jar SaxonEE9-9-0-2J\saxon9ee.jar -s:test.xml -t -xsl:test.xsl Saxon-EE 9.9.0.2J from Saxonica ...

   <test>
      <original>file:/C://test.xml</original>
      <built-in/>
      <traditional>file:/C://test.xml</traditional>
   </test>

So I'm at a loss what is the expected behavior.

Please register to edit this issue

Also available in: Atom PDF