News

This example demonstrates in practice how to read an XML file in Delphi. The content of this code is simply for learning purposes, therefore, I am not responsible for its misuse. Esse exemplo ...
Example of validating XML file against XSD file in Delphi. Exemplo de validação de arquivo XML contra arquivo XSD em Delphi. This example shows how we can validate an XML through an XSD file known as ...
So, I'd like to find an XML serializer for generic Delphi components, similar to the XmlSerializer used in the .NET FW.The real problem with using binary streaming methods such as Stream's ...