Bonjour à tous,

Voila lorsque j'essaie de charger ce fichier, il y a une exception de levée comme quoi il y a un caractère non valide dans le codage donné (ligne 4 pos 97)

voici le fichier Xml :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
<?xml version="1.0" encoding="utf-8"?>
<ConfigReader>
	<Functionnal type="RulesReport.Readers.Functionnal.Word2003Reader" >
		<FunctionnalSourcePath path = "C:\Documents and Settings\tototo\Bureau\fichier\03 - Services Métier">
			<param name="RG" value = 0 />
			<param name="Description" value = 1 />
		</FunctionnalSourcePath>
		<FunctionnalSourcePath path = "C:\Documents and Settings\tototo\Bureau\fichier\04 - Ecrans">
			<param name="RG" value = 0 />
			<param name="Description" value = 2 />
		</FunctionnalSourcePath>
	</Functionnal>
 
	<Code>
	</Code>
 
	<Test>
	</Test>
</ConfigReader>
ça vient de quoi? parce que là je vois pas du tout.

Merki