Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Xml file in application server

Former Member
0 Likes
516

Experts,

I'm using a a simple tranformation and "open dataset" statement in order to write a xml file in application server: This is working fine.

i notice that when i preview the file in transaction "AL11" , it shows like " <tag> <tag> <tag> <tag> ......

The encoding of this file is 'utf-8'.

I did another test that was writing, trouht transaction CG3Z, a xml file in encoding 'ISO-8859-15'. When a preview the file in AL11 is shows like :

<tag>

<tag>

<tag>

<tag>

The change in the preview is due to the codification ? Or is regarding that way we write the file to the server ?

Best regards,

MR.

3 REPLIES 3
Read only

former_member673464
Active Contributor
0 Likes
451

hi,

In transactin AL11 it will be display line after line it wont show you cariage returns. It is only for display of the contents not the formating i hope.

regards,

Veeresh

Read only

Former Member
0 Likes
451

Hello,

Change is because of the encoding style changed from utf-8 to 'ISO-8859-15'.

May be you can try changing this manualy in XML file and see the output result.

Thanks,

Augustin.

Read only

AlexanderOv
Product and Topic Expert
Product and Topic Expert
0 Likes
451

Which OS does application server run under?