Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
2.7.1
-
None
-
None
-
Operating System: Solaris
Platform: Sun
-
10053
Description
In special circumstances normalize-space does not omit a trailing whitespace.
This occurs when non-whitespace text ends exactly at chunk-end, and
the next (last) chunk only contains whitespaces.
Example (chunk-size=32):
<data> 01.01.1997 </data>
normalize-space() returns "01.01.1997 "
This bug is related to #9914