XML localization

Hello, 

I have to translate a xml file for software localization which has a structure that is not compatible with the embedded xml structures in Passolo 2015 (see the example).
In the help file I found something about "custom rules" but I wasn't able to create one that was accepted by Passolo :-(

Can somebody help me to build a custom rule or create one that I can import? I'm a designer and manual writer but not a developer... in this case: Alas!

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<LangWrapper xmlns:xsd="www.w3.org/.../XMLSchema" xmlns:xsi="www.w3.org/.../XMLSchema-
instance">
<Languages>
<Item>
<Identifier>
<string>English</string>
</Identifier>
<Value>
<int>0</int>
</Value>
</Item>
<Item>
<Identifier>
<string>Türkçe</string>
</Identifier>
<Value>
<int>1</int>
</Value>
</Item>
<Item>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

 This is a short part of the original file which has more than 18000 lines ...

Thank you for reading this and trying to help me

Enzo