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:
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...
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.