Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

How to use XML add-on

Anonymous
Not applicable
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