cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to use XML add-on

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 ?
1 Reply 1
Anonymous
Not applicable
ok, if found the good syntax:

channel = OPEN ("XML", "testXml.XML", "r l")

i made error cause i wanted to separate the argument r and l by comma like for the other add-on

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!