XmlParser – library MetaTrader 5
The CXmlElement class provides the following opportunities for working with XML documents. It allows you to create DOM-model (objects tree) from the XML-document (or from its single element); It allows you to read, modify, create and delete the nested elements and text; It allows you to save the object model to XML. Class interface: class … Read more