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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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,687 views