Skip to content

Instantly share code, notes, and snippets.

@kdoran
Created February 8, 2012 21:25
Show Gist options
  • Save kdoran/1774008 to your computer and use it in GitHub Desktop.
Save kdoran/1774008 to your computer and use it in GitHub Desktop.
PIE feed heading
The heading Feed heading needs to be changed to:
<?xml version="1.0" encoding="UTF-8"?>
<Feed xmlns="http://www.bazaarvoice.com/xs/PRR/PostPurchaseFeed/4.9">
And the date format needs to be changed from:
<TransactionDate>2012-01-21 00:00:00.000</TransactionDate>
to
<TransactionDate>2012-01-21T00:00:00.000</TransactionDate>
With the "T" instead of the space. Once I made those changes, the feed validated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment