hi all iphone users... hey i have an problem that i cant remove whitespace character or /n/t in string and it retrieve from xml file. like my XMl as
<?xml version="1.0" encoding="UTF-8"?>
<alluser>
<user>
<username>User</username>
<password>Pass</password>
</user>
<user>
<username>Sunny</username>
<password>Dave</password>
</user>
</alluser>
it is of when i use whole data in single line. so please help me for this thing....