Hello everyone, I am working on a larger C++ project that has to run on Windows CE (specifically with Visual Studio 9.0/2008 and C++03). For XML processing, I would like to use Xerces-C++ 3.0.0, mainly for XML Schema (XSD) validation. I do not need code generation or other advanced features—just validating XML documents against XSD schemas at runtime. >From the documentation and mailing list archives, it seems that Windows CE is not an officially supported platform for Xerces-C++. However, I have seen mentions of past attempts and some community discussions about porting Xerces to Windows CE. *My questions:*
- Has anyone successfully built and used Xerces-C++ (preferably 3.0.0, but any recent version would help) on Windows CE? - Are there any patches, tips, or documentation available for porting Xerces-C++ to Windows CE? - Are there specific features or dependencies in Xerces that are particularly problematic on Windows CE? - Would you recommend any alternative approach for XML Schema validation on Windows CE? Any advice, references, or shared experience would be greatly appreciated. Thank you very much! Best regards
