Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #2345
| From | "Costello, Roger L." <costello@mitre.org> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Parsing and unparsing file formats using DFDL (Data Format Description Language) |
| Date | 2019-07-01 16:57 +0000 |
| Organization | Compilers Central |
| Message-ID | <19-07-002@comp.compilers> (permalink) |
Hi Folks, DFDL is a standards-based XML language for parsing data formats, both text and binary formats. Using DFDL you can parse just about anything. The output of parsing is an XML (or JSON) document, representing the input file. Not only can DFDL parse data files, it can also unparse the XML (or JSON) to reconstitute the original data format. Example: JPEG --> DFDL --> XML --> DFDL --> JPEG DFDL is pretty neat. I created several tutorials about it and how to use it: http://www.xfront.com/DFDL/index.html /Roger
Back to comp.compilers | Previous | Next | Find similar
Parsing and unparsing file formats using DFDL (Data Format Description Language) "Costello, Roger L." <costello@mitre.org> - 2019-07-01 16:57 +0000
csiph-web