I am trying to use the XML parser to parse a XML file. But an error occurs in the foollowing line :
iParser = CParser::NewL( KXmlMimeType, *this );
The Error code is -17551 which says : KErrXmlParserPluginNotFound
I am using the free versions of S60 5th Edition SDK and Carbide C++ 2.0 .
How can this problem be rectified?
Plz Help

Reply With Quote

