I'm having difficulties parsing this xml with TBXML in iOS :
<ServiceResponse><Response>
<Object type="java.lang.Integer">168</Object>
</Response>
<Exception/>
</ServiceResponse>
I want to extract the "168" but I only achieve to extract the "java.lang.Integer"
Thanks for your help