Error in XML Parsing...
| Wed, 2008-07-02 12:59 | |
|
|
Hi everybody, i am getting a problem in xml parsing because of the value of aError = -996 The class CSongListView is given below... class CSongListView: public CAknView,public MXmlHandlerObserver And the due to the value of aError = -996 the program crash... void CSongListView::OnParseCompleted( TInt aError )Please help me its urgent.. Life is too short ! so do as many good things as you can do... |






Forum posts: 607
http://discussion.forum.nokia.com/forum/showthread.php?t=136855
Maybe the problem is with the actual xml data. Or that you do not use ParseL/EndParseL correctly.
Forum posts: 140
But this code is working properly in another view...
Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++
Forum posts: 607
Have you compared what's the difference between the views?
Also, consider redesigning your application architecture. The view should be only for dispaying stuff and getting user input (sometimes also commands). All logic should be somewhere else (in other classes, a.k.a. engine of the application). You wouldn't have problems like this, and porting would be easier too....