I've got a software interface that I intend on supporting various protocol standards each with different serializations. I'm looking a for a and ASCII based translation language and stylesheet system similar to XSLT, but one that would handle:
- Translation of serializations (XML, JSON, Protocol Buffers, etc, etc)
- Translation of grammars
- Data dictionary translations
- Translate Unit conversions for numbers
Any ideas on a translation and/or stylesheet language that can do this and store its schema in a ASCII format? Does it have good software support? (hopefully open-source)
No comments:
Post a Comment