Hi there,
I have a problem while uploading an app xml with the locale tag:
<Locale lang="en" messages="http://xxxxxxxxxxxxxx?action=getmessages&lang=en&ggid=10" />
If i validate the source, i get the following error:
---------------------
Parsing Errors:
Message: An error occurred while parsing EntityName. Line 15, position 75.
<Locale lang="en" messages="http://xxxxxxxxxx?action=getmessages〈=en&ggid=10" />
</ModulePrefs>
MetaDataErrors Errors:
Message: App gadget must specify a title in the ModulePrefs section
---------------------
I defined a title in my module prefs like this: title="__MSG_title__"
What does this error mean?