"Hi Nick,
ghx is indeed xml, but gh is a binary format. You may want to use the GH_IO.dll to parse gh and ghx files. GH_IO.dll will expose the grasshopper file format as a hierarchical and type-safe structure. There is no xml schema that…"
Is there any published guide on the way .ghx files are formatted? Its a great trick I use with max/msp for dumb, but large patches - where I just write a script in python that creates the patch as a text file in the correct format. I notice that .ghx files look very xml based, but I didn't know if the format was published somewhere.See More