How to implement Carriage return in XSLT

后端 未结 10 1332
甜味超标
甜味超标 2020-12-28 15:18

I want to implement carriage return within xslt. The problem is I have a varible: Step 1 = Value 1 breaktag Step 2 = Value 2 as a string and would like to appear as

10条回答
  •  悲&欢浪女
    2020-12-28 16:05

    I separated the values by Environment.NewLine and then used a pre tag in html to emulate the effect I was looking for

提交回复
热议问题