How to use Custom Namespace for a Google Merchant Center Item Feed
Posted
by Jon
on Stack Overflow
See other posts from Stack Overflow
or by Jon
Published on 2010-05-13T20:39:56Z
Indexed on
2010/05/13
20:44 UTC
Read the original article
Hit count: 254
I have declared the namespace that i am using:
<?xml version='1.0'?>
<entry xmlns='http://www.w3.org/2005/Atom'
xmlns:g='http://base.google.com/ns/1.0'
xmlns:c='http://base.google.com/cns/1.0'>
here is a typical xml node i have:
<c:gold_type type="string">White Gold</c:gold_type>
Yet, when i submit my feed only the Google Namespace xml nodes work.
Any ideas?
© Stack Overflow or respective owner