I need a flexible way to describe a data format. Length, data type, description etc.
I thought of using xml to deine each object because it would be easy to parse for different languages.
Is this the best practice when doing this or is there any defined standards?
I used XML in the end to solve my problem and so far it works great.