[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacs as an XLIFF editor
From: |
Kevin Vigouroux |
Subject: |
Emacs as an XLIFF editor |
Date: |
Tue, 28 Sep 2021 15:29:36 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Jean-Christophe Helary <lists@traduction-libre.org> writes:
>> On Sep 28, 2021, at 17:10, Kevin Vigouroux via Emacs development
>> discussions. <emacs-devel@gnu.org> wrote:
>>
>> Richard Stallman <rms@gnu.org> writes:
>>
>>>> XLIFF documents are validated using XML schemas. These schemas are
>>>> currently not supported by Emacs.
>>>
>>> Is there other free software that can do this?
>>> Emacs could invoke it in a subprocess.
>>
>> LemMinX [1] is released under the Eclipse Public License 2.0. It
>> depends on Eclipse LSP4J (license EPL 2.0 [2]). This LSP server
>> is used by an Emacs LSP mode (lsp-mode).
>>
>> [1] https://github.com/eclipse/lemminx/blob/master/LICENSE
>> [2] https://github.com/eclipse/lsp4j/blob/main/LICENSE
>
> All the applications from Maxprograms are Eclipse 1.0 licensed. The
> developer is the editor of the current XLIFF standard (2.2), along
> with being a top class expert in the localization area.
>
> https://maxprograms.com/products/index.html
Yes, but the idea is to be able to parse the sources of the programming
languages supported by Emacs. I don't know if it's possible, but then,
from the parsing, build the XLIFF file.
The final goal is to design a translation application inside Emacs. In
this case, Emacs should also edit the XLIFF file. OpenXLIFF Filters
can’t do that [1].
[1] https://maxprograms.com/products/openxliff.html
--
Best regards,
Kevin Vigouroux
- nxml-mode: Could we support new XML schemas?, Kevin Vigouroux, 2021/09/23
- Re: nxml-mode: Could we support new XML schemas?, Stefan Monnier, 2021/09/24
- Re: nxml-mode: Could we support new XML schemas?, Kevin Vigouroux, 2021/09/25
- Re: nxml-mode: Could we support new XML schemas?, Jean-Christophe Helary, 2021/09/25
- Re: nxml-mode: Could we support new XML schemas?, Kevin Vigouroux, 2021/09/25
- Re: nxml-mode: Could we support new XML schemas?, Richard Stallman, 2021/09/27
- Re: nxml-mode: Could we support new XML schemas?, Kevin Vigouroux, 2021/09/28
- Re: nxml-mode: Could we support new XML schemas?, Jean-Christophe Helary, 2021/09/28
- Emacs as an XLIFF editor,
Kevin Vigouroux <=
- Re: Emacs as an XLIFF editor, Jean-Christophe Helary, 2021/09/28
- Re: Emacs as an XLIFF editor, Kevin Vigouroux, 2021/09/28
Re: About XLIFF validation, Kevin Vigouroux, 2021/09/29