XML Plugin 5.0 released

XML Plugin has been updated to version 5.0. This version includes the following improvements:

  • Added support for Apple Silicon (ARM) based Macs.
  • Added support for pre-emptive multi-threading.
  • Improved compatibility with 4D v18, v19, v20.
  • Updated example database.
  • Major internal refactoring because of reorganisation of common code libraries.

For details see the section Version history of the documentation.

More information on XML Plugin

XML Plugin 3.0 released

XML Plugin has been updated to version 3.0. Version 3.0 has been optimized to work with 4D v11 and higher. At the same time it is still compatible with 4D 2004. The plugin now fully supports the new Unicode features of 4D. New commands have been added to allow working with huge (> 100 MB) XML documents. The XML Reader and XML Writer can handle very large documents because they do not keep the entire XML document into memory like the DOM commands do. Instead they process the document in chunks. Please refer to the section “Version history” in the documentation for details.

More information on XML Plugin