Hi,
we are porting an application that uses xml based documents to symbian OS. Is there a xml parser available in symbian OS or does we have to make one by ourselves? There is xmllib.h header file in \symbian\6.0\nokiacpp\epoc32\include directory. That file has class CXmlLibrary but that class requires a header file WapEngStd.h which can not be found. :-( I think that communicator's WAP browser probably uses some kind of parser to handle wml files. So is there a parser in symbian OS and are we able to use it in our programs?
Ville-Pekka Vahteala
Bittitiimi Oy
Yliopistonkatu 36 4. krs
40100 Jyvdskyld
Finland
Posted by Ville-Pekka Vahteala, ville-pekka.vahteala@bittitiimi.fi
on February 22, 2002 at 12:45
Posted by Forum Nokia Developer Support, communicator.developer@nokia.com
on February 22, 2002 at 14:23
Hi,
Currently there is no XML parser in the SDKs. One needs to implement XML parser/writer itself. The xmllib.h is not meant for normal XML documents but its part of the WAP browser's components. I recommend developers to make a simple XML parser/writer for it own use before XML tools will be available in the SDKs (no committment about the time though).