Hello, I started writing a small wrapper module for using DFDL with XQuery in BaseX. For this I simply use system calls. This is not an elegant way of doing it, so I wonder, has anyone else had any experience with using DFDL or even integrated it in a more sustainable way? My project will evolve here: https://github.com/keeleleek/basex-daffodil I would like to add a sentence on how cool DFDL is, but I wont. Best regards, Kristian K
:-) The Data Format Description Language DFDL is a way to describe any textual or binary data format with a XML Schema. DFDL then provides the machinery and creates automatically a parser and unparser (eg serializer) for this data format. DFDL makes it thus possible to read, modify and write any textual or binary data format using XML technologies. Some links: * http://dfdlschemas.github.io/ * https://en.wikipedia.org/wiki/Data_Format_Description_Language Best regards, Kristian K 15.01.2018 14:27 Christian Grün kirjutas:
I would like to add a sentence on how cool DFDL is, but I wont. Feel free ;) Thanks for sharing your Github link.
participants (2)
-
Christian Grün -
Kristian Kankainen