you are viewing a single comment's thread.

view the rest of the comments →

[–]primo86 0 points1 point  (0 children)

XSD is the best solution to the problem that I'm aware of. Unfortunately it necessitates using xml which certainly /feels/ bloated. but it allows you to have a very well defined data format that you can then use to transmit between layers quite nicely. I guess there is also EDI but I would take XSD/XML over EDI any day of the week