Welcome Developers!

in

Welcome!

in

MetaDataErrors with Locale

Last post 08-25-2010 3:51 PM by Joel. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 08-25-2010 4:00 AM

    MetaDataErrors with Locale

    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?

     

  • 08-25-2010 4:20 AM In reply to

    Re: MetaDataErrors with Locale

     I found out what the problem was. Because of the &-Symbol in the URL. I have to use &amp; instead. Its not easy to find the problem if such weird error message is showing up Hmm

  • 08-25-2010 3:51 PM In reply to

    Re: MetaDataErrors with Locale

     I believe this will be fixed so ampersands are ok and you won't need to use escape codes anymore.

     

    thanks,

    Joel

Page 1 of 1 (3 items)