RE: Load tokens from a file into list

2007-02-13 Thread Marcel Stör
[EMAIL PROTECTED] wrote: > Mmmh just a quick shot > > Have you tried a combination of copy, filterchain and linetokenizers? > Maybe you have luck there ... No, I haven't. Didn't even think of it. I have a feeling that this will be awefully complex... -- Marcel Stör, http://www.frighta

AW: Load tokens from a file into list

2007-02-13 Thread Jan.Materne
org >Betreff: Load tokens from a file into list > >I'd like to do some text substitution/translation in an XML file. > >Source: >[...] > >[...] > > >Target: >[...] > > My title > My description > > > Mein Titel >

Load tokens from a file into list

2007-02-13 Thread Marcel Stör
I'd like to do some text substitution/translation in an XML file. Source: [...] [...] Target: [...] My title My description Mein Titel Meine Beschreibung [...] On the file system I'd have resource files such as resources_en.properties, resources_de.propert