Dear all,
I meet the error when I access example.com/googlenews.xml:

XML Parsing Error: prefix not bound to a namespace
Location: http://example.com/googlenews.xml
Line Number 1, Column 230:

Please help..

Thank you.

Comments

bessone’s picture

Same problem to me

lord_bosco’s picture

The line that defines the xml namespace for google news needs to be updated from

xmlns:n="http://www.google.com/schemas/sitemap-news/0.9"

to

xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"

DamienMcKenna’s picture

Status: Active » Fixed

I've got a fix for that already in -dev, I'll do a release of 1.6 either tonight or in the morning.

kplee9c’s picture

Thank you~

DamienMcKenna’s picture

Status: Fixed » Closed (fixed)