Use Carriage Return/New-Line character/Tab etc in XSLT using BPEL
711389Aug 18 2009 — edited Feb 26 2020Hi,
My requirement is to Map 10 source schema field to 1 field in target schema using concat and other formatting like tab and new-line character.
For Ex :
=======================================================
The Source XML is like: <Name>abc</Name><Address>country<Address/>
The Target XML is like : <Notes/>
I need the following output for notes = <Notes>Name : abc
Address : country</Notes>
====================================================
Can we use new-line and tab character while doing the mapping.