Hi
i try to use XML add-on to parse XML document, but i can't make it work.
the GDL reference Guide don't give example and i can't open my document
i try all variant of OPEN function to try to get the good synthax
OPEN('XML', "testXml.xml", "'r','l'")
OPEN("XML", "testXml.xml", 'r, l')...
is somebody know how to use it and can give me some example ?