TMX Files

Does anyone have an idea of how to load and unload a TMX file into my program? I'm not quite sure how the data is compressed and how to read it. Haha.
Do you mean http://en.wikipedia.org/wiki/Translation_Memory_eXchange ?
There is a link to the specification at the bottom.
None of those are for C++. :(
Like I said, there's the specification: http://www.gala-global.org/oscarStandards/tmx/tmx14b.html
You may be able to write a tool of your own.
Oh! I see what you're saying. Would I just take someone else's XML parser and modify it to encompass TMX?
That would make sense.
Okay thanks a lot! :)
Topic archived. No new replies allowed.