Search the web
Sign In
New User? Sign Up
OmegaT · Free Computer Assisted Translation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3845 - 3874 of 15919   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3845
Hi, I was trying version 1.6 RC5 to see how it was working with XLIFF documents, and while my test files load and can be translated without issue, I had to...
Yves Savourel
yves_savourel
Offline Send Email
Jan 2, 2006
12:31 am
3846
... OmegaT is not specifically tailored to be a xliff editor. Basically source files are monolingual files. Their whole structure copied and the translation is...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
12:59 am
3847
Hi Jean-Christophe, ... It would be nice to have a minimal monolingual support for XLIFF: only translating things between <target>. That would assume the XLIFF...
Yves Savourel
yves_savourel
Offline Send Email
Jan 2, 2006
5:35 am
3848
... Yves, thank you for your suggestions. It was considered to have a process fill automatically the "target" field, or to create an intermediate file with...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
12:55 pm
3849
Hi JC and Yves, ... In conjuntion with an article I recently wrote, I implemented something like this. It's an XLIFF pre-processor and available under GPL (see...
Martin Wunderlich
wundiman
Offline Send Email
Jan 2, 2006
1:03 pm
3850
... Martin, what exactly are you using XPath for? Is it difficult or a lot of work to implement it using strictly Java 1.4 API? Henry...
Henry Pijffers
henry_pijffers
Online Now Send Email
Jan 2, 2006
1:26 pm
3851
... Martin, If my memory serves me well, it was decided to keep Java 1.4 since even if OSX gets a end-user default version of 1.5, the OSX user base will not...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
1:28 pm
3852
... Already did so :) ... These 2 might actually need similar code, if not partially the same. Henry...
Henry Pijffers
henry_pijffers
Online Now Send Email
Jan 2, 2006
1:31 pm
3853
... Great! On a side note about XML and translation: A possible way to look at how to decide what is translatable or not in XML documents could be to implement...
Yves Savourel
yves_savourel
Offline Send Email
Jan 2, 2006
1:37 pm
3854
Hi Henry, ... I just had a look. The only place where I did use xpath is a method with the following signature: public NodeList getChildrenByTagName(Node...
Martin Wunderlich
wundiman
Offline Send Email
Jan 2, 2006
1:47 pm
3855
Hi JC ... Right, I do have a faint memory of some issues with Mac OSX. The problem was that 1.5 was linked to a paid upgrade to OS 10.4 or something. Cheers, ...
Martin Wunderlich
wundiman
Offline Send Email
Jan 2, 2006
1:49 pm
3856
... Java 1.5 is available from Apple with no hacks only on OSX 10.4 Now, it does happen that there are simple hacks that allow for its installation on 10.3 :) ...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
2:16 pm
3857
... Although they are still [todo] items, it just happens that I send an mail on the OD xml list a while ago to know if they were working on a ...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
2:51 pm
3858
... To get a list of all sub elements with a certain tag name, you can call getElementsByTagName (in class Element). If you really only want direct children,...
Henry Pijffers
henry_pijffers
Online Now Send Email
Jan 2, 2006
3:36 pm
3859
... JC, this is what I was talking about earlier. I think it'd be useful to implement this for OmegaT, instead of making up our own version of "translatable...
Henry Pijffers
henry_pijffers
Online Now Send Email
Jan 2, 2006
3:38 pm
3860
... My understanding is that the ITS is meant to propose meta info to xml based standards for translatable data specification. It does not actually specify...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
4:01 pm
3861
Hi Henry, ... When I started working on the SRX implementation, I was smarter (or so I thought) and made extensive use of XPath. It does save a lot of work. In...
Martin Wunderlich
wundiman
Offline Send Email
Jan 2, 2006
4:29 pm
3862
... Correct. ... Mmmm... I think I understand, but correct me if not. Knowing the translatable parts and knowing if the client wants these parts to be...
Yves Savourel
yves_savourel
Offline Send Email
Jan 2, 2006
5:04 pm
3863
... Oops... I meant correct for the first sentence. Incorrect for the second. -ys...
Yves Savourel
yves_savourel
Offline Send Email
Jan 2, 2006
5:12 pm
3864
... I think I got the whole point anyway. I'm glad "Learning XML" is going to find practical usages ;) Thank you for pointing that to us ! JC ps: way past bed...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
5:28 pm
3865
On to SRX... :) I do realize that OmegaT does not have a complete implementation yet. But looking at the segmentation implementation so far I've noticed a...
Yves Savourel
yves_savourel
Offline Send Email
Jan 2, 2006
5:35 pm
3866
... Do you mean: <documentRule translateScope="//text" translate="yes"/> ? ... JC...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
5:47 pm
3867
... Yes. (Sorry: forgot to fix the copy+paste) I guess I need to turn off the machine too... -yves...
Yves Savourel
yves_savourel
Offline Send Email
Jan 2, 2006
5:53 pm
3868
... From what I understood, ITS has 2 ways of telling us what bits are translatable: 1) By adding the attribute its:translate to an element that contains ...
Henry Pijffers
henry_pijffers
Online Now Send Email
Jan 2, 2006
5:55 pm
3869
Hi Yves and all, Here's a message from the TMX Implementation list in which David clarified the use of SRX: DP> The way that it's implemented in SDLX is that...
Martin Wunderlich
wundiman
Offline Send Email
Jan 2, 2006
5:56 pm
3870
Hi Henry, ... And 3) by adding a set of "dislocated" rules in a separate standalone file, or somewhere in a document instance. This for example to work with...
Yves Savourel
yves_savourel
Offline Send Email
Jan 2, 2006
6:03 pm
3871
... Did you drink too much chouchene for the new year ? ;) ... Here Maxym could comment more meaningfully than I do... ... Besides for the fact that SRX is not...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
6:09 pm
3872
... 1) will have to be supported eventually if/when the proposal becomes a standard. ... So we could establish "definition lists" based on ITS to ease the ...
JC Helary
jc_helary
Offline Send Email
Jan 2, 2006
6:13 pm
3873
... We can always write our own internal schema for any format we wish to support. But yes, 3) is another useful option. Henry...
Henry Pijffers
henry_pijffers
Online Now Send Email
Jan 2, 2006
6:16 pm
3874
... The fact that something is a standard, does not mean it should be supported. It should be supported when the standard gets acceptance and is used enough. ...
Henry Pijffers
henry_pijffers
Online Now Send Email
Jan 2, 2006
6:25 pm
Messages 3845 - 3874 of 15919   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help