RSS Feed invalid
-
Working on setting this up to automate clients’ listings, payments and whatnot. I was asked to provide reporting to sales managers about what listings were there, so I was trying to use the IMPORTFEED function on Google Sheets, but according to the W3C’s feed validator, the feed is invalid.
Specifically:
This feed does not validate.- line 8, column 44:?XML parsing error: <unknown>:8:44: not well-formed (invalid token)?
xmlns:media=”https://search.yahoo.com/mrss/”xmlns:job_listing=”https://dev.m …
it looks like there’s a missing space or CR/LF character between the xmlns:media and xmlns:job_listing items that is causing the error.
Is this a universal problem, or is it just mine? Worst-case, I could create something in functions.php to add in the whitespace, but I would think that this would be an easy thing to fix that others might also be experiencing.
The page I need help with: [log in to see the link]
- line 8, column 44:?XML parsing error: <unknown>:8:44: not well-formed (invalid token)?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.