Project

Profile

Help

Bug #4131

closed

XSLT Strange behaviour of xsl:analyze-string//xsl:copy

Added by Octavian Nadolu about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2019-02-11
Due date:
% Done:

0%

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

Description

If I apply the attached XSLT over the XML, the xsl:copy instruction generates a whitespace before each chunk of text, as:

<p>Z y t o lo g i e</p>

if I copy the text() by xsl:value-of, I'm getting the expected:

<p>Zytologie</p>

Files

tst.xsl (622 Bytes) tst.xsl Octavian Nadolu, 2019-02-11 14:47
src.xml (186 Bytes) src.xml Octavian Nadolu, 2019-02-11 14:47

Please register to edit this issue

Also available in: Atom PDF