Click to See Complete Forum and Search --> : Getting error why try to translate my xml file.


Chocolade
10-08-2009, 08:12 AM
Hi,

I have a big xml file i created with some text in it .
I try to translate the file with a program i have downloaded and each time its starting to translate in the middle its stopping give me this error :

" The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

XML document must have a top level element. Error processing resource 'file
"

What top level element should i use in this file ?

This is how the file begin :

<TextRoot>
<Language value="german">
<Label value="angelina0_00290">
<Text value="Angelina?">
<Speaker value="Darren" />


And this is how the file end .


<Speaker value="Darren" />
</Text>
</Label>
</Language>
</TextRoot>


What am i missing here ? What top level element should i add/change in the top ? Top meaning line 1 i think .
And maybe i should add something in the end of the file also ?

Thanks for the help .

Kor
10-08-2009, 09:56 AM
Shouldn't be :

<Speaker value="Darren"></Speaker>

?