Ce ne serait pas
https://bugzilla.mozilla.org/show_bug.cgi?id=22942 ?
Merci de voter pour le bug
Sans les entités externes cela fonctionne
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="port1.xsl"?>
<Portfolio>
<title>
<BU> Module </BU>
<ServiceTab>
<name>Consult and design</name>
</ServiceTab>
</title
</Portfolio>
> -----Message d'origine-----
> De : Christian.Courtois@alcatel.fr
> [mailto:Christian.Courtois@alcatel.fr]
> Envoyé : mardi 1 mars 2005 12:16
> À : xml-tech@xmlfr.org
> Objet : [xml-tech] Mozilla pb.....
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE Portfolio [
> <!ENTITY data SYSTEM "port1.xml">
> ]>
> <?xml-stylesheet type="text/xsl" href="port1.xsl"?>
> <Portfolio>
> &data;
> </Portfolio>
>
> ---port1.xml (version simplfiée)
> <title> <BU> Module </BU>
> <ServiceTab>
> <name>Consult and design</name>
> </ServiceTab>
> </title>
>
> --port1.xsl (version simplfiée)
>
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> <xsl:template match="/">
> <html>
> <body>
> <table border="2" width="400">
> <xsl:for-each select="Portfolio/title">
> <tr>
> <xsl:for-each select="BU">
> <th bgcolor="lightblue"><center><xsl:value-of
> select="."/></center></th>
> </xsl:for-each>
> </tr>
> <xsl:for-each select="ServiceTab">
> <tr>
> <td bgcolor="green"
> colspan="8"><center><xsl:value-of
> select="name"/></center></td>
> </tr>
> </xsl:for-each>
> </xsl:for-each>
> </table>
> </body>
> </html>
> </xsl:template>
> </xsl:stylesheet>
>
> Cela fct tres bien sous IE rien sous Mozilla ......
> Une idée....
> Merci
>
>
>
> --
> Devenez redacteur <XML>fr et contribuez au developpement du
> xml francophone (http://xmlfr.org/infos/redacteurs/) !
>
> Liste de diffusion "xml-tech@xmlfr.org" (http://xmlfr.org).
>
> Cette liste est a votre disposition pour discuter en francais de
> tout sujet technique lie a XML.
>
> Pour resilier votre abonnement, envoyez un message contenant
> la commande "unsubscribe" a xml-tech-request@xmlfr.org
> (mailto:xml-tech-request@xmlfr.org?Subject=unsubscribe)
>
>
--
Devenez redacteur <XML>fr et contribuez au developpement du
xml francophone (http://xmlfr.org/infos/redacteurs/) !
Liste de diffusion "xml-tech@xmlfr.org" (http://xmlfr.org).
Cette liste est a votre disposition pour discuter en francais de
tout sujet technique lie a XML.
Pour resilier votre abonnement, envoyez un message contenant
la commande "unsubscribe" a xml-tech-request@xmlfr.org
(mailto:xml-tech-request@xmlfr.org?Subject=unsubscribe)
Received on Tue Mar 1 12:53:14 2005