Contents after & cannot be retrieved by xml parsing in iphone?
- by Warrior
I am new to iphone development.I am parsing a You tube rss feed to display its content in the table view. While retrieving the content of link tag, i am able to retrieve only half of the url and the string after & cannot be retrieved. I want to retrieve the full url so that i can use the url to load in a webview. How can i retrieve the full url ? Please help me out.The parsing is done same as Lazy tables .
The orginal url is "http:www.youtube.xxxxxxxx&xxxxxgdata";
The retrieved Url is "http:www.youtube.xxxxxxxx"
Thanks.