Dear ys-sha,
Thanks for your work!
I download the library, but when I try to compile it I get two errors:
- '=' - cannot convert from const pointer to nonconst pointer XmlElement.mqh 171 11
- 'GetXml' - call non-const method for constant object XmlDocument.mqh 285 28
Could you help me?
Thanks in advance
Regards
Gianfrancio
I download the library, but when I try to compile it I get two errors:
- '=' - cannot convert from const pointer to nonconst pointer XmlElement.mqh 171 11
- 'GetXml' - call non-const method for constant object XmlDocument.mqh 285 28
Hi ys-sha,
When compiling a script with your library included, I get following error:
'aParent' - cannot convert from const pointer to nonconst pointer XmlElement.mqh 95 14
Appreciate your work.
Izechias
Hi ys-sha,
When compiling a script with your library included, I get following error:
'aParent' - cannot convert from const pointer to nonconst pointer XmlElement.mqh 95 14
Appreciate your work.
Izechias
Hi Izechias,
this guy already made this correction:
https://www.mql5.com/en/articles/2540?utm_campaign=MetaEditor+5&utm_medium=special&utm_source=mt5editor+article
Have fun.

- 2016.07.22
- Vasiliy Sokolov
- www.mql5.com
Dear ys-sha,
Thanks for your work!
for those whom get error "cannot convert from const pointer to nonconst pointer"
attached is my fix, and i also add CDATA features which i needed
regards

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
XML parser:
Author: yu-sha