rmraya / OpenXLIFF

An open source set of Java filters for creating, merging and validating XLIFF 1.2, 2.0 and 2.1 files.
https://www.maxprograms.com/products/openxliff.html
Eclipse Public License 1.0
65 stars 17 forks source link

Does OpenXLIFF support TMX file? #12

Closed handhikadj closed 3 years ago

handhikadj commented 3 years ago

I got java.io.IOException: Configuration file 'config_tmx.xml' not found. when converting from TMX to XLIFF using this

rmraya commented 3 years ago

OpenXLIFF supports almost any XML format. You need to write the appropriate configuration file.

handhikadj commented 3 years ago

How do I write it? I don't have any reference how to write the config_tmx.xml