cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding comment line in XML message

Former Member
0 Likes
4,944

Hi,

Does anyone know how to add a comment line in outgoing XML message from XI? Using graphical mapping or java or adapter module?

Something like .....

<?xml version='1.0' encoding='UTF-8' ?>

<! this is a comment>

<record>

Thanks

Pushpinder

View Entire Topic
sunil_singh13
Active Contributor
0 Likes

Comment for xml should be inserted

<!-- Your Comment -->

Thanks

Sunil Singh