Actions
Bug #4131
closedXSLT Strange behaviour of xsl:analyze-string//xsl:copy
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
Please register to edit this issue
Actions