tags:

views:

20

answers:

0

how can i parse url in the following xml code without closing TAG of enclosure.....

....enclosure url="http://www.ddd.com/g.png" .....( i cant type greater than and less than symbol)...

i coded like

[item setObject:imgData forKey:@"url"];

imgData is NSMutableString.item is NSMutableDictionary .but i cant get http://www.ddd.com/g.png...... can anyone help me?