Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MSXML alternative [closed]

Is there a MSXML alternative? I think MSXML clashes with previous versions. Also I prefer open source, at least tools with source. Delphi is my choice but I can manage c/c++. It should support all of construction, navigation and xmlhttp interface without MSXML dependency. Thanks for any lead

like image 251
Sridharan S Avatar asked Mar 11 '26 05:03

Sridharan S


1 Answers

Also you can have a look at NativeXML, it is Open Source.

like image 132
Andreas Avatar answered Mar 12 '26 19:03

Andreas