Can u suggest me an Efficient XML parser??
-
Hello friends, I got many xml parsers from both third party persons and also MSXML. I would like to know which parser will use less memory? Since i am going to use the parser in Pocket PC system.Please help me. Thanks JP
-
Hello friends, I got many xml parsers from both third party persons and also MSXML. I would like to know which parser will use less memory? Since i am going to use the parser in Pocket PC system.Please help me. Thanks JP
If you need just need to parse XML, Pocket PC 200o Pro and Pocket PC 2002 comes with MSXML 2.0 parser. Also you can check for SAXON parser support for Pocket PC. If you need to do XSLT Transformation, Pocket PC 2003 (Windows Mobile) comes with MSXML 3.0 support which is pretty good. You can also try XALAN. Since MSXML already comes in Pocket PC, I guess, it should work fine with the low memory.
-
Hello friends, I got many xml parsers from both third party persons and also MSXML. I would like to know which parser will use less memory? Since i am going to use the parser in Pocket PC system.Please help me. Thanks JP
If you need just need to parse XML, Pocket PC 200o Pro and Pocket PC 2002 comes with MSXML 2.0 parser. Also you can check for SAXON parser support for Pocket PC. If you need to do XSLT Transformation, Pocket PC 2003 (Windows Mobile) comes with MSXML 3.0 support which is pretty good. You can also try XALAN. Since MSXML already comes in Pocket PC, I guess, it should work fine with the low memory.
-
If you need just need to parse XML, Pocket PC 200o Pro and Pocket PC 2002 comes with MSXML 2.0 parser. Also you can check for SAXON parser support for Pocket PC. If you need to do XSLT Transformation, Pocket PC 2003 (Windows Mobile) comes with MSXML 3.0 support which is pretty good. You can also try XALAN. Since MSXML already comes in Pocket PC, I guess, it should work fine with the low memory.
Hi Thanks for your suggestion. I need XML parser only. So no problem. But I don't know how to use MSXML.That is the big problem. Can u give me some samples for XML parser using MSXML Thanks JP