‎2009 Jul 31 11:58 AM
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.
‎2009 Jul 31 12:01 PM
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
‎2009 Jul 31 1:09 PM
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.
‎2009 Jul 31 1:18 PM