Bonjour j'ai un fichier XML contenant des accents, lors de la transformation XSL j'ai l'erreur :

javax.xml.transform.TransformerException: Invalid byte 2 of 3-byte UTF-8 sequence.

alors que dans mon fichier XSL j'ai bien :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" 
xmlns:fox="http://xml.apache.org/fop/extensions" xmlns:xi="http://www.w3.org/2001/Xinclude">
	<xsl:output method="xml" encoding="UTF-8" indent="yes"></xsl:output>