Project

Profile

Help

Bug #4893

closed

Bug #4693 not yet solved for a different test file

Added by Gerben Abbink about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Diagnostics
Sprint/Milestone:
-
Start date:
2021-02-05
Due date:
% Done:

100%

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

Description

A few months ago I reported bug #4693 for test file "conflict-resolution-0702.xsl". The problem was solved, it no longer appears in release 10.3.

However I have found another test file that still has the same problem, even in release 10.3.

The test file is "bug-47.xml":

<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:template match="*">
   <xsl:apply-templates/>
 </xsl:template>

<xsl:template match="@*|node()">
</xsl:template>

<xsl:template match="text()">
</xsl:template>

</xsl:stylesheet>

Please register to edit this issue

Also available in: Atom PDF