Bonjour j'aimerai convertir un fichier XML grâce à un fichier XSL. Après avoir fait les changement dans les 2 fichiers je me suis retrouvé face à une erreur XSLT. Quelqu'un pourrait il m'éclairer car je n'ai fait que suivre ce qu'expliquaient les tutoriaux. J'ai du mal comprendre quelque chose :
mon fichier XML :
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="testxsl.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wp="http://wordpress.org/export/1.0/">
<item>
<title>Internet users urged to join in 24-hour online demo against internet censorship</title>
<link>http://singabloodypore.wordpress.com/?p=233</link>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
<dc:creator>soci</dc:creator>
<category><![CDATA[media]]></category>
<guid isPermaLink="false">http://singabloodypore.wordpress.com/?p=233</guid>
<description></description>
<content:encoded><![CDATA[<strong>REPORTERS WITHOUT BORDERS URGES INTERNET USERS TO JOIN IN 24-HOUR ONLINE DEMO AGAINST INTERNET CENSORSHIP</strong>
<br/>
<strong>Where: <a href="http://www.rsf.org">www.rsf.org</a>
When : 11 A.M. on 7 November to 11 A.M. on 8 November</strong>
<br/>
No one should ever be prevented from posting news online or writing a blog, but they are in the 13 countries singled out by Reporters Without Borders for a 24-hour online protest against Internet censorship.
]]></content:encoded>
</item>
</rss>
ma feuille XSL :
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<xsl:value-of select="item/title" />
</xsl:template>
</xsl:stylesheet>
L'erreur : Erreur lors du chargement de la feuille de style : Échec de l'analyse d'une feuille de style XSLT.
merci d'avance
Configuration: Windows 2000
Firefox 2.0.0.5