Using XML file

I’m using grid and menu library; both use data by xml file.

It’s possible to use a string with same configuration instead an xml file?



best regards



Alex

Both components support loadXMLString method ( in pro versions ) which can be used instead of loadXML
    grid.loadXMLString(" …")