EAXP parser
| Wed, 2005-05-04 19:12 | |
|
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 ... |
|






Forum posts: 6
Thanks
Forum posts: 6
Thanks
Forum posts: 71
thanks
Forum posts: 35
how exactly did you solve the problem ? About what data are you talking about. Can you post some code please ?
Thanks.