I need to get the value of the following xml , I am using NSXML parser for parsing this
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
I need to get the "true " value from the above xml .
What should I do inside the NSXML parser delegate methods?