Project

Profile

Help

Bug #5387

closed

Adaptive serialization only escapes the first quotation mark in a string

Added by Michael Kay about 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
2022-03-12
Due date:
% Done:

100%

Estimated time:
Applies to JS Branch:
2, Trunk
Fix Committed on JS Branch:
2, Trunk
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-

Description

The command xslt3ee -xp:codepoints-to-string((34,34)) produces the output

"""""

(five double quotation marks).

The result of the expression itself appears to be correct (wrapping a call of string-to-codepoints() around the expression delivers a result of 34 34) but the way the result is displayed is rather strange.

Please register to edit this issue

Also available in: Atom PDF Tracking page