[
Lists Home |
Date Index |
Thread Index
]
Hi John,
John <john1863@gmail.com> writes:
> I have a binary data file (eventually several data files) and an XML
> schema describing the data. I would like to parse the binary data and
> translate it into XML (and eventually back to binary) using the schema.
> I could just do all this with a hand coded parser, but since the schema
> is likely to change over time I it would be much better for ease and
> maintainability to use the schema to generate a parser - assuming that
> there is a way to do this.
When you asking for a tool to generate a parser it makes sense to also
specify which programming language(s) you are looking for.
-boris
--
Boris Kolpackov
Code Synthesis Tools CC
http://www.codesynthesis.com
Open-Source, Cross-Platform C++ XML Data Binding
|