I was wondering why when I try and send a feed the header is wrong? My shopsite does...
<?xml version='1.0'?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:g="http://base.google.com/ns/1.0"
xmlns:batch="http://schemas.google.com/gdata/batch">\
And Google wants it...
<?xml version="1.0" ?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:g="http://base.google.com/ns/1.0"
xmlns:batch="http://schemas.google.com/gdata/batch">
The formatting is wrong in Shopsite so I always have to edit it to send manually and have never had it send automatically and work. Seems I lose the formatting but in the top one there are 3 spaces between feed and xlns and both the bottom xlns:batch have a couple spaces in front.
There are also about 3 whole lines to the top from where this starts that I also have to backspace...
EDIT: How do I keep original format when post here? When I edit it shows how I posted it but when I submit they both look the same...