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

php - How to pass multiple values from url -

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

database - php search bar when I press submit with nothing in the search bar it shows all the data -