Deal with Results

Below is a description of how the results are presented depending on the chosen format.

XML

<callback xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
<response>
    <iso>en</iso>
    <full-name>English</full-name>
    <img>http://langid.net/images/flags/48/en.png</img>
</response>
</callback>
  • Callback : First element
  • response : Container element
  • iso : Iso code of the language
  • full-name : English name of the language
  • img : Flag url

JSON

{"response":{"iso":"en","full-name":"English","img":"http:\/\/langid.net\/images\/flags\/48\/en.png"}}
  • response : Container element
  • iso : Iso code of the language
  • full-name : English name of the language
  • img : Flag url
Back to top
results.txt · Last modified: 2009/12/16 17:02 by Andrea Olivato