The current project what i m doing is to parse an xml file and load it in table view.if i m to click the first row of the tableview it got to lead me to another table view containg parsed xml data of another file. i ve got an xml file named as categories.xml which is the main file and is linked to three other xml files.with categories.xml as the base file .ive got the urls of the other xml files enclosed in the tag named "url" in categories.xml.if i m to parse the categories.xml using nsxmlparser the parsing works fine and was able to successfully populate the data in table view.but the problem is if i m to parse the tag containing the url .i m able to get the data enclosed in the url tag (which is the url of another xml file)but was not able to parse once again the data ecnlosed in the url tag ...i m getting a null data in in NSURLRequest in ma console...below is the link to the xml file and the code..i even ready to give u any extra code...cud u guys help me out
http://www.1040communications.net/sheeba/stepheni/iphone/categories.xml
below is the code....