Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Use Carriage Return/New-Line character/Tab etc in XSLT using BPEL

711389Aug 18 2009 — edited Feb 26 2020
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 9 2012
Added on Aug 18 2009
26 comments
22,807 views