<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/xsl/blog.xsl"?>
<!-- Comm..........
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
....................................................................................
-->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> 
<title>Bug de Firefox... de 2001 / Blog  - tfeserver: Blog de tfe</title> 
<description>html, scripts et tout un tas de trucs...</description> 
<link>http://www.tfeserver.fr</link> 
<generator>Perl</generator> 


<item>
    <guid>http://www.tfeserver.fr/blog/Bug_firefox_disable_output_escaping_cdata.xml</guid>
    <link>http://www.tfeserver.fr/blog/Bug_firefox_disable_output_escaping_cdata.xml</link>
    <pubDate>Mon, 22 Aug 2011 10:07:49 GMT</pubDate>
    <title><![CDATA[Bug de Firefox... de 2001]]></title>
    <description><![CDATA[<p>Certes peu de monde doit utiliser le moteur XSLT de Firefox car ce n'est pas une technologique très utilisée dans le monde du web, mais de là à laisser un bug de 2001 trainer comme ça...</p>

<p>Cf Firebug: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=98168">https://bugzilla.mozilla.org/show_bug.cgi?id=98168</a></p>

<p>Un petit "Work around" de "Alexandr" permets de contourner cela en utilisant du javascript. C'est vraiment pas beau, mais c'est ce qui doit se faire pour que ça marche sur tous les navigateurs.</p>

<p>Étapes à suivre:</p>
<ol>
<li>Ajouter le script xsl à votre propre xsl: via  <xsl:include href="../<a href="http://tfeserver.be/xsl/firefox_sux/fix.xsl">fix_ff_xsl/fix.xsl</a>"/>  </li>

<li>Ajouter les librairies javascript (<a href="/js/encoder.js">encoder.js</a> et <a href="/js/disable_output_escaping.js">disable_output_escaping.js</a>) à votre code html généré</li>

<li>Appeler la fonction javascript fix_ff_disable_output_escaping() lorsque le DOM est chargé (typiquement, onload du body)</li>

<li>Remplacer les appels  <xsl:value-of select="xxx" disable-output-escaping="yes"/> par <xsl:call-template name="inc_disable_output_escaping"><xsl:with-param name="param" select="xxx"/></xsl:call-template>
</li>
</ol>

<p>Facil? Merci Firefox...</p>
]]></description>
    <author>tfe</author>
    <category>web</category>
</item>


    <item>
        <guid>http://www.tfeserver.fr/blog.xml</guid>
        <link>http://www.tfeserver.fr/blog.xml</link>
        <pubDate>Wed, 25 Jan 2006 08:22:10 GMT</pubDate>
        <title>Blog</title>
        <description>Blog</description>
        <category>internal</category>
    </item>
    <item>
        <guid>http://www.tfeserver.fr/archives.xml</guid>
        <link>http://www.tfeserver.fr/archives.xml</link>
        <pubDate>Wed, 25 Jan 2006 08:22:10 GMT</pubDate>
        <title>Archives</title>
        <description>Archives</description>
        <category>internal</category>
    </item>
    <item>
        <guid>http://www.tfeserver.fr/download.xml</guid>
        <link>http://www.tfeserver.fr/download.xml</link>
        <pubDate>Wed, 25 Jan 2006 08:22:10 GMT</pubDate>
        <title>Download</title>
        <description>Download</description>
        <category>internal</category>
    </item>
    <item>
        <guid>http://www.tfeserver.fr/liens.xml</guid>
        <link>http://www.tfeserver.fr/liens.xml</link>
        <pubDate>Wed, 25 Jan 2006 08:22:10 GMT</pubDate>
        <title>Liens</title>
        <description>Liens</description>
        <category>internal</category>
    </item>

</channel>

</rss>

