Skip to content

Instantly share code, notes, and snippets.

@samaparicio
Created November 12, 2010 12:19
Show Gist options
  • Save samaparicio/674036 to your computer and use it in GitHub Desktop.
Save samaparicio/674036 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<contact xmlns='http://api.ringio.com'>
<id>307</id>
<lastUpdate>1289478989000</lastUpdate>
<title><![CDATA[Title]]></title>
<name><![CDATA[Test]]></name>
<gender>MALE</gender>
<note><![CDATA[Note]]></note>
<business><![CDATA[Paradigma]]></business>
<photo>http://guiasymanuales.es/imagenes/2010/03/java.jpg</photo>
<data>
<field>
<type>TELEPHONE</type>
<value><![CDATA[+15717483198]]></value>
<label>null</label>
<rel>work</rel>
<isprimary>false</isprimary>
</field>
<field>
<type>EMAIL</type>
<value><![CDATA[pepitp@gmail.com]]></value>
<label>null</label>
<rel>work</rel>
<isprimary>false</isprimary>
</field>
</data>
<groups>
<id>2</id>
<id>3</id>
<id>4</id>
<id>5</id>
<id>6</id>
</groups>
</contact>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment