Feb 28, 2018 at 09:34 AM|41 Views | Last edit Feb 28, 2018 at 09:42 AM 4 rev.
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 ########
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)
Add comment