EAXP parser

Login to reply to this topic.
Wed, 2005-05-04 19:12
Joined: 2004-07-15
Forum posts: 71
Hi all ....

I m trying to use the EAXP posted by matti , but it didn't work and i don't know why ?

here it is the  intialization  :
Code:
CSAXListener *listener = new (ELeave) CSAXListener();
               CleanupStack::PushL(listener);
iXmlParser = CEAXPParser::NewL(*listener);

then i read an xml file and forward it to ParseL :
Code:
iXmlParser->ParseL(aXml) ;

it returns ETrue

the problem is that  it didn't call StartElement() , ... or any other interface methods

any help will be appreciated ....

thanks in advance ...

Thu, 2005-05-05 13:36
Joined: 2004-09-15
Forum posts: 6
I have The Same Problem
plzzz can anybody help the due date for my graduation project is in few days , ig ot the same problem , plzz replyy soooon
Thanks
Sat, 2005-05-07 20:28
Joined: 2004-09-15
Forum posts: 6
plzz replyyy
plzz if any1 has any idea abt the problem , give us any hints , any help will be  appreciated .
Thanks
Sun, 2005-05-08 15:26
Joined: 2004-07-15
Forum posts: 71
EAXP parser
Problem solved , check that the data isn't empty

thanks
Tue, 2005-12-06 15:28
Joined: 2003-11-28
Forum posts: 35
Re: EAXP parser
hello,

how exactly did you solve the problem ? About what data are you talking about. Can you post some code please ?

Thanks.
  • Login to reply to this topic.