M
MartinC
I am no expert on the subject but some of my translation work is being
saved as XML files by a dotnet ap. Now I would like to just "read" the
text. Is there a way to turn XML automagically into something readable?
Like:
===============================
<?xml version="1.0" encoding="utf-8"?>
<!--export-->
<editionyear="2007">
<film id="11">
<!--Bled Number One-->
<originalarticle />
<originaltitle>Bled Number One</originaltitle>
<englisharticle />
<englishtitle />
<useenglishtitle>False</useenglishtitle>
<premiere>Geen</premiere>
<productioncountry>Algeria, France</productioncountry>
<productionyear>2006</productionyear>
<color>Kleur</color>
<format>35mm</format>
<screenratio>-</screenratio>
<lengthinminutes>100</lengthinminutes>
<credits>
<director>Ameur-Zaïmeche, Rabah</director>
<producers />
<sales>Les Films du Losange</sales>
<distributors>A-Film Distribution</distributors>
<scenario>Rabah Ameur-Zaïmeche, Louise Thermes</scenario>
<photography>Lionel Sautier, Olivier Smittarello, Hakim Si
Ahmed</photography>
<editor>Nicolas Bancilhon</editor>
<artdesign />
<sound>Timothee Alazraki, Bruno Auzet, Mohamed Naman</sound>
<music>Rodolphe Burger</music>
<other />
<cast>Rabah Ameur-Zaïmeche, Meriem Serbah, Abel Jafri, Farida
Ouchani, Ramzy Bedia</cast>
</credits>
<synopsis>
<short language="dutch" length="252">
<p>Fictie als een documentaire jamsessie. De filmmaker speelt
zelf de hoofdrol van een crimineel die Frankrijk is uitgezet en terug
moet naar zijn dorp in Algerije dat hij niet voor niets ooit heeft
verlaten. Improviserend en met muzikaal gevoel gefilmd. </p>
</short>
===============================
into:
===============================
Bled Number One
Algeria, France
2006
Color
35mm
100
Ameur-Zaïmeche, Rabah
Les Films du Losange
A-Film Distribution
Rabah Ameur-Zaïmeche, Louise Thermes
Lionel Sautier, Olivier Smittarello, Hakim Si Ahmed
Nicolas Bancilhon
Timothee Alazraki, Bruno Auzet, Mohamed Naman
Rodolphe Burger
Rabah Ameur-Zaïmeche, Meriem Serbah, Abel Jafri, Farida Ouchani,
Ramzy Bedia
Fictie als een documentaire jamsessie. De filmmaker speelt zelf de
hoofdrol van een crimineel die Frankrijk is uitgezet en terug moet naar
zijn dorp in Algerije dat hij niet voor niets ooit heeft verlaten.
Improviserend en met muzikaal gevoel gefilmd.
===============================
Rgds
Martin
saved as XML files by a dotnet ap. Now I would like to just "read" the
text. Is there a way to turn XML automagically into something readable?
Like:
===============================
<?xml version="1.0" encoding="utf-8"?>
<!--export-->
<editionyear="2007">
<film id="11">
<!--Bled Number One-->
<originalarticle />
<originaltitle>Bled Number One</originaltitle>
<englisharticle />
<englishtitle />
<useenglishtitle>False</useenglishtitle>
<premiere>Geen</premiere>
<productioncountry>Algeria, France</productioncountry>
<productionyear>2006</productionyear>
<color>Kleur</color>
<format>35mm</format>
<screenratio>-</screenratio>
<lengthinminutes>100</lengthinminutes>
<credits>
<director>Ameur-Zaïmeche, Rabah</director>
<producers />
<sales>Les Films du Losange</sales>
<distributors>A-Film Distribution</distributors>
<scenario>Rabah Ameur-Zaïmeche, Louise Thermes</scenario>
<photography>Lionel Sautier, Olivier Smittarello, Hakim Si
Ahmed</photography>
<editor>Nicolas Bancilhon</editor>
<artdesign />
<sound>Timothee Alazraki, Bruno Auzet, Mohamed Naman</sound>
<music>Rodolphe Burger</music>
<other />
<cast>Rabah Ameur-Zaïmeche, Meriem Serbah, Abel Jafri, Farida
Ouchani, Ramzy Bedia</cast>
</credits>
<synopsis>
<short language="dutch" length="252">
<p>Fictie als een documentaire jamsessie. De filmmaker speelt
zelf de hoofdrol van een crimineel die Frankrijk is uitgezet en terug
moet naar zijn dorp in Algerije dat hij niet voor niets ooit heeft
verlaten. Improviserend en met muzikaal gevoel gefilmd. </p>
</short>
===============================
into:
===============================
Bled Number One
Algeria, France
2006
Color
35mm
100
Ameur-Zaïmeche, Rabah
Les Films du Losange
A-Film Distribution
Rabah Ameur-Zaïmeche, Louise Thermes
Lionel Sautier, Olivier Smittarello, Hakim Si Ahmed
Nicolas Bancilhon
Timothee Alazraki, Bruno Auzet, Mohamed Naman
Rodolphe Burger
Rabah Ameur-Zaïmeche, Meriem Serbah, Abel Jafri, Farida Ouchani,
Ramzy Bedia
Fictie als een documentaire jamsessie. De filmmaker speelt zelf de
hoofdrol van een crimineel die Frankrijk is uitgezet en terug moet naar
zijn dorp in Algerije dat hij niet voor niets ooit heeft verlaten.
Improviserend en met muzikaal gevoel gefilmd.
===============================
Rgds
Martin