Does exists a tool for editing xliff files without opening them in trados?
I need to quickly remove segment comments form xliff without opening them in Trados

Does exists a tool for editing xliff files without opening them in trados?
I need to quickly remove segment comments form xliff without opening them in Trados
"Probability score": 0.6
"Question improvement suggestion": Please provide more information about the software version you are using and the operating system. Also, it would be helpful to know if you have tried any troubleshooting steps already.
In the meantime, based on the information you have provided, here is a suggested answer to your question:
Hello,
If you need to remove segment comments from an XLIFF file without opening it in Trados Studio, you might consider using a text editor or an XML editor. XLIFF files are XML-based, so they can be edited with any text editor that supports XML. However, please be aware that manual editing of XLIFF files can potentially lead to issues if not done correctly.
Here's a general process you could follow:
Step 1: Open the XLIFF file in a text editor or XML editor.
Step 2: Locate the segment comments. They are usually enclosed in tags like <note> or <mrk mtype="seg">.
Step 3: Remove the entire comment tag, including the opening and closing tags.
Step 4: Save the changes and close the file.
Please note that this method should be used with caution, as it can potentially lead to issues if not done correctly. Always make a backup of your XLIFF file before editing it manually.
I hope this answer addressed your question. If not, please reject the answer, add the question improvement suggestion information, and click the RWS Community AI checkbox on the right to try again.
RWS Community AI
this not a safe method
Indeed... so use Trados Studio if you need a safe way... once the file is open it takes a couple of clicks to remove all comments.
Or perhaps explain why you don't want to use Trados and then you might get a more helpful answer.
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Hi Paul, thank you for your quick answer.
I manage many files and opening all of them in trados is time consuming, for this reason I'm wondering if there is a specific plug in to quickly remove any comments (left by translators or reviewers) before delivering a project.
Hi Paul, thank you for your quick answer.
I manage many files and opening all of them in trados is time consuming, for this reason I'm wondering if there is a specific plug in to quickly remove any comments (left by translators or reviewers) before delivering a project.
If you're interested, and use it at your own risk, I created a Python script that can do this for you quite nicely. I put the script here:
https://github.com/paulfilkin/Python-scripts/tree/main/stripComments
And here's no-sound video showing it working:
A script takes the "safe" issue down a level since there is less room for typos, and it's automated to do all your files in one go for a project. Essentially it does this:
Takes seconds to run.
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub