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 awesome! I created a bunch of tutorials about it and how to use it: http://www.xfront.com/DFDL/index.html /Roger |