- Delphi Cookbook
- Daniele Spinetti Daniele Teti
- 66字
- 2025-04-04 16:22:46
Manipulating and transforming XML documents
XML stands for Extensible Markup Language (http://en.wikipedia.org/wiki/XML) and is designed to represent, transport, and store hierarchical data in a trees of nodes. You can use XML to communicate with different systems and store configuration files, complex entities, and so on. They all use a standard and powerful format. Delphi has had good support for XML for more than a decade now.