How can I trim space in XSLT without replacing repating whitespaces by single ones?

后端 未结 5 519
心在旅途
心在旅途 2020-12-11 01:08

The function normalize-space replaces sequences of whitespaces by a single space and trims the provided string. How can I only trim the string without the repla

5条回答
提交回复
热议问题