I am following the link
http://www.developer.nokia.com/Commu..._CParser_class
have developed a code.
But I think the link does not give a clear picture of how to use xml parser.
I have implemented
void OnStartDocumentL( const RDocumentParameters &aDocParam, TInt aErrorCode );
void OnEndDocumentL( TInt aErrorCode );
void OnStartElementL( const RTagInfo &aElement, const RAttributeArray &aAttributes,
TInt aErrorCode );
void OnEndElementL( const RTagInfo &aElement, TInt aErrorCode );
void OnContentL( const TDesC8 &aBytes, TInt aErrorCode );
I am getting data in OnContentL. But how do i know which datta belong to which element. and how do i use it then

Reply With Quote



