Application Development 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: 

Download XML file

oliver_am
Participant
0 Kudos

Hi,
I need to do some changes in a XML file.
By the moment I'm only trying to read the file and download it without any changes. But I'm getting an error if I try to display the downloaded XML

In the downloaded file at the end there are some ########

Do you know how to do it properly.

In this file you have the code. It's very simple.

xml-report.txt

Thanks in advance.

1 REPLY 1

raymond_giuseppi
Active Contributor

When you transfer the XML data to a file, to prevent those trailing characters, pass the exact length of the xml data (look for parameters related to length and truncation)