cancel
Showing results for 
Search instead for 
Did you mean: 

Return AS XML

manigram
Active Participant
0 Kudos

Hi,

While using return as xml function in PI 7.31, if the input for one field exceed 150 character in output side "<![CDATA["  is populated. If any idea kindly share with me.

Regards,

Mani

Accepted Solutions (0)

Answers (4)

Answers (4)

sateesh_adma
Participant
0 Kudos

if there are speical characters in the input field then in output CDATA is generated.

CDATA  use for easing the parsing/writing of the content when there are angle brackets and other special characters in the content.

manigram
Active Participant
0 Kudos

Hi ,

Thanks for your reply. Any idea why the CDATA is generating every 150 characteres?

Regards,

Mani

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

As far as I know it generates CDATA when you are using pretty print.

Regards,

Mark

Bhargavakrishna
Active Contributor
0 Kudos

Hi,

This below discussion will answer your query.

http://scn.sap.com/thread/1322180

Hope it will helpful..

Regards

Bhargava krishna

allamudi_loordh
Active Participant
0 Kudos

hi ,

if you want to pass xml go ahead of using java mapping . there you can eliminate  CDATA.

Regards,

Loordh