Mam problemz wyswietlaniem dokumentów pod Mozillą. Pod Explorerem wsztstko gra, natomiast , pod Mozillą dostaje tylko niesformatowany tekst.
Poniżej zamieszczam początkowe linie moich plików, bo chyba tugdzies tkwi problem
Oto moje pliki:
Początek dokumentu xml:

  1. <?xml version="1.0" encoding="iso-8859-2"?>
  2. <?xml-stylesheet href="styl2.xsl" type="text/xsl"?>


Początek arkusza stylów:
  1. <?xml version="1.0" encoding="iso-8859-2"?>
  2. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict ">
  3. <xsl:template match="/">
  4.      <html>
  5.            <head>
  6.                  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
  7.                  <title>Zagrożone gatunki</title>
  8.            </head>
  9.            <body>
  10.                  <xsl:apply-templates select="zagrożone_gatunki/zwierzę"/>
  11.            </body>
  12.      </html>
  13. </xsl:template>