How can I parse and update XML files from a native (C) application running on WEC7?

Hi,

I want to save several configurations as an XML file on the file system. My application is developed using C. I guess WINCE has an XML Parser, XML LITE, Is it available in the WINCE700 SDK published by Toradex. Can you help me get started?

Dear @kapeed,

Thank you for contacting the Toradex community!

We have included the following components

  • SYSGEN_MSXML_DOM
  • SYSGEN_MSXML_XQL
  • SYSGEN_MSXML_XSLT

out of

The specific answer to the question, XML Minimal parser is not included, please build an image with the component and build an SDK for your application development.

MSDN documentation link : https://docs.microsoft.com/en-us/previous-versions/windows/embedded/ee502099(v=winembedded.60)

e.g. application source code : https://www.developer.com/ws/pc/article.php/3098331/mastering-xml-under-windows-ce.htm