Delphi Coding Bootcamp 2023.

There is a five day long Delphi Codeing Bootcamp starting today (14th Aug 2023) with lots of interesting sessions many of which will include the chance for live Q&A with experts in the field. It’s all completely free of charge.

I am presenting a session titled “Introduction to XML Mapper” today at 8:00 CDT.

More information about the bootcamp is available here

You can sign up for it here.

RAD Studio 11.3 Now Features Improved XMLMapper

There is a new version of the XML Mapper tool available in getit with RAD Studio 11.3
There were many limitations with the previous version (which had not been updated for a good while) that have been addressed. With the increasing use of electronic invoicing based on XML format documents there continues to be a need for tools to create transformations between data expressed in XML format and Datasets ready for use by Delphi or C++ programs.

The use of XML Mapper is not limited to electronic invoicing of course. XML is a very common format for the transporting of data from one environment to another.

The new version of XML Mapper supports schemas (*.xsd format) with nested data, repeating nodes and recursive nodes and has adjustable limits to select sensible depths for these types of data.

Open up RAD Studio 11.3 (or Delphi or C++ Builder) and look under Tools | Getit Package Manager and then search for “XML Mapper”.

Feel free to post feedback on it’s use here. It is very interesting to learn about how people use these powerful tools.