On Mon, 22 Jan 2018, Schaff, Frederik wrote:
> I wasn't aware of how good modern browsers are at displaying
XML.
I really like this and it makes me wonder, is there a template /
code-snippet for composing and/or appending a gretl (panel) dataset
from arbitrary data within c/c++, perhaps even with facilitating
gzip? Or can one of you point out to me the relevant gretl source
files, so I can infer it? I am using an open-source simulation
software based on c/c++ (LSD -
www.labsimdev.org).
The DTD for gretl's gdt format can be found at
$prefix/share/gretl/data/gretldata.dtd
on Linux, or <program files>/gretl/data/gretldata.dtd on Windows.
C code for writing and reading such files (with the help of libxml2)
can be found in lib/src/gretl_xml.c in the gretl source tree.
Allin