Questions tagged [xliff]

XLIFF (XML Localisation Interchange File Format) is an XML-based standardize file format for tool-independent handling of localization data.

228 questions
0
votes
1 answer

update xml file with bash

I make the internalization of a symfony2 site web, my code can generate unit translation like this: utilisez.ff.chrome
Olivier
  • 63
  • 6
0
votes
1 answer

AS3 XML Inner Text with child nodes

I'm working with the strings.xml file that is prepared according to google's translate services, which specifies that portions of your string that you don't want translated should be wrapped in a xliff:g tag like this: some…
0
votes
1 answer

IllegalArgumentException: Invalid payload item type -

When I include an tag in a string used for a menu item title, I get the following crash on release builds when selecting the menu item: java.lang.IllegalArgumentException: Invalid payload item type at…
ashughes
  • 7,155
  • 9
  • 48
  • 54
0
votes
1 answer

Symfony 2 JMS Translations Bundle

I've inherited a project which has English and Spanish translations (xliff files). I've now got to add German, and have an .xlxs file with columns to represent the translations. The project uses the JMS Translations Bundle…
Matt Saunders
  • 4,073
  • 7
  • 33
  • 47
0
votes
1 answer

xliff-file vs. database translations

Currently i have not a code-problem, but i dont know which way would be better for me. For our project, we have two kind of data which would be translatet for the view. The part, which be coded in the source code like system messages (e.g. You are…
user2632918
0
votes
2 answers

Convert xlf to html using okapi

I have implemented a local service that allows converting multiple formats like html, docx, xlsx, tmx... to XLIFF. After performing a specific process with xlf generated file I want to get it back to its original format. I use okapi libraries for…
0
votes
2 answers

XSLT copy child node if parent contains X and Y as child nodes

I have source html sth like this: All Label Subcategories target empty some text Expected target…
sakhunzai
  • 13,900
  • 23
  • 98
  • 159
0
votes
1 answer

XML/XSLT output encoding issue using php XSLTProcessor

I am exporting a set of records to xml and then to xliff through xslt transformation. Export works fine but I am failing to convert some characters in export file. Here here some step by step detail: Step 1. User inputs mix character string e.g.…
sakhunzai
  • 13,900
  • 23
  • 98
  • 159
0
votes
1 answer

Read child nodes with same name using StAX

While trying to read XML file using StAX I came across this problem. In an XML file (essentially its an XLIFF file), I have child nodes with the same name. I couldn't quite figure out how to read these duplicate nodes. Below is the part of code that…
Indigo
  • 2,887
  • 11
  • 52
  • 83
0
votes
1 answer

How to I determine XLIFF serialized id?

I'm trying to create a script that automatically places XLIFF in-line elements into elements. Starting from the beginning, I have these HTML texts: EN: The big black cat sleeps. ES: El gran gato negro duerme. When…
tahoar
  • 1,788
  • 3
  • 20
  • 36
0
votes
1 answer

Segmenting text in Xliff file

Is there any suggestions or any help in wich way schould i go that you can advise me, to make the segmenting of the simple text in text file during converting it to xml file, such like as was before in xml. I mean, i'm converting text file into xml…
user2994149
  • 37
  • 1
  • 11
0
votes
1 answer

Symfony2 translations and locale with not ASCII symbols

We are trying to add 'russian' locale to Symfony2 application. But the translation service does not bring up cyrillic characters correctly. messages.ru.xliff saved with UTF-8 encoding contains:
ChatCloud
  • 1,152
  • 2
  • 8
  • 22
0
votes
1 answer

Java: How to read and write a XML file with tag

Java:How to parse XML file like this,the really confuses me Preset Lists Select…
chadm
  • 1
  • 1
0
votes
1 answer

How to add new content in a xliff file?

I wanna know how to add a new Line/Element/Content to a Xliff File. Im use Delphi Xe³ with the TXMLDocument component
Hidden
  • 3,598
  • 4
  • 34
  • 57
0
votes
1 answer

What's the `tek` namespace often used in XLIFF files?

I'm investigating about XLIFF, and for a start, wanted to have some tests with HTML files. I found an XSL Transformation at OASIS, which produces XLIFF files from HTML files. But the resulting XLIFF files contains elements and attributes belonging…
Hibou57
  • 6,870
  • 6
  • 52
  • 56
1 2 3
15
16