Post by anitawos » Sun Mar 13, 2011 10:06 pm

I am getting the following error when trying to use Google Base Improved v1.4.8

Has anyone seen this and solved it?

XML tag mismatch

Comment Print

Your data feed contains a pair of opening/closing XML tags that don't match. A closing tag must always match the most recent opening tag in the feed. For example, this XML would generate an "XML Tag Mismatch" error:
<g:event_dateTime>
<g:from>2005-12-20T14:00:00
<g:to>2005-12-20T19:00:00</g:to>
</g:event_dateTime>

The XML generates an error because the attribute tag <g:from> doesn't have a matching end-tag </g:from>. Each attribute tag must be terminated by the matching end-tag:
<g:event_dateTime>
<g:from>2005-12-20T14:00:00</g:from>
<g:to>2005-12-20T19:00:00</g:to>
</g:event_dateTime>

The item containing this error will be skipped. However, other properly-formatted products in your feed will still process.

User avatar
New member

Posts

Joined
Fri Jan 28, 2011 7:33 pm
Location - Massachusetts, USA

Post by kedgetech » Mon Mar 14, 2011 5:22 am

Did not see that one but one of our customers had issues with special-special characters in description which made an issue we had to cleanup those before base worked.

User avatar
Active Member

Posts

Joined
Mon Mar 22, 2010 5:20 pm
Location - USA, Australia, India
Who is online

Users browsing this forum: No registered users and 1 guest