How to implement Carriage return in XSLT

后端 未结 10 1334
甜味超标
甜味超标 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:08

    This is the only solution that worked for me. Except I was replacing ; with \r\n

提交回复
热议问题