Bug: Downloaded file adds head text
-
Hello,
The valid xml files looks like this:
<?xml version="1.0" encoding="utf-8"?><root><product><id>1509649</id><stock_quantity>0</stock_quantity></product></root>However, the downloaded version looks like this:
<?xml version="1.0" encoding="utf-8"?><head/><root><product><id>1509649</id><stock_quantity>0</stock_quantity></product></root>The xml becomes invalid; how to fix the added <head/>?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Bug: Downloaded file adds head text’ is closed to new replies.