Working with XML

 

Hi all,

I am developing EA in which I need to parse and read XML. Is there any XML library available which I can use to parse, read and search nodes.

Thanks. 

 
salirazataqvi:

Hi all,

I am developing EA in which I need to parse and read XML. Is there any XML library available which I can use to parse, read and search nodes.

Thanks. 

Please take a look at this library:

https://www.mql5.com/en/code/1998

EasyXML - XML Parser
EasyXML - XML Parser
  • www.mql5.com
EasyXML is a simple yet powerful XML Parser which can read and parse XML from three different sources: URL File Input String Input It is written completely in native MQL5 and relies on the Windows native "wininet.dll" only for fetching XML documents from an URL. EasyXML will read XML as well as XHTML with (nearly) infinite node depth, as long...
Reason: