Could someone tell me what XML library I can use for Windows CE devices? Mhaxx
* Mhaxx wrote in microsoft.public.xml: >Could someone tell me what XML library I can use for Windows CE devices? Which version? Generally, Microsoft offers MSXML, System.Xml in .NET, and XmlLite. Presumably you can also use external libraries like Expat. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
> Which version? >= Windows CE 4.20 (that is, 5 and 6 too) > Generally, Microsoft offers MSXML, But MSXML seems there is only from 5 on (Windows CE 4.20 doesn't support MSXML, am I right?) > System.Xml in .NET, I'm developing on embedded Visual C++, not basing on .NET.. > and XmlLite. Presumably you can also use external libraries like Expat. If you confirm MSXML isn't available on all the Windows CE devices from 4.20 on as I suppose, the only remaning chance consists in including a free external library: what are the best ones? Thanks a lot, Mhaxx
> System.Xml in .NET, Can I use XML in .NET Compact Framework from eMbedded Visual C++ ? Massimo