Google CSE: File uploading is not successful -



Google CSE: File uploading is not successful -

i'm getting above error when seek uploading auto-suggest xml file google's custom site search. tried trimming file downwards bear minimum see if isolate problem next won't upload:

<?xml version="1.0" encoding="utf-8"?> <autocompletions> <autocompletion term="my term" type="1" /> </autocompletions>

am missing blindingly obvious?

kind regards, karl

it turns out, despite google info contrary, 'language' attribute required if it's value blank. added , file imported.

<?xml version="1.0" encoding="utf-8"?> <autocompletions> <autocompletion term="my term" type="1" language="" /> </autocompletions>

google-cse

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -