Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 5 years ago.
could you recommend a good XML open source writer and reader,
to generate and read XMLs?
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 5 years ago.
could you recommend a good XML open source writer and reader,
to generate and read XMLs?
NativeXml and OmniXML are open source and popular XML libraries for Delphi. ADOM is another, it is included in some versions of Delphi. For some advanced use cases, libxml with the Delphi wrapper Libxml2 might be interesting.