Created
February 8, 2012 21:25
-
-
Save kdoran/1774008 to your computer and use it in GitHub Desktop.
PIE feed heading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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