Using Threads with XML for Windows CE (Windows CE 5.0)
The desktop implementation of the XML control gives you two threading options. The rental model is designed for access by a single thread. This is the model that the DOMDocument object uses. The free-threaded model, used by the FreeThreadedDomDocument object is designed to be accessed by multiple threads.
Windows CE-based devices do not support the FreeThreadedDomDocument or, by extension, the free-threading model. Take care when designing your system to ensure that each DOMDocument object is used only on the thread it was created on.
See Also
XML DOM Application Development
Send Feedback on this topic to the authors