• Resolved samwebdev

    (@samwebdev)


    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

    • This topic was modified 6 years, 2 months ago by samwebdev.
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.