Poniżej zamieszczam początkowe linie moich plików, bo chyba tugdzies tkwi problem
Oto moje pliki:
Początek dokumentu xml:
<?xml version="1.0" encoding="iso-8859-2"?> <?xml-stylesheet href="styl2.xsl" type="text/xsl"?>
Początek arkusza stylów:
<?xml version="1.0" encoding="iso-8859-2"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict "> <xsl:template match="/"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> <title>Zagrożone gatunki</title> </head> <body> <xsl:apply-templates select="zagrożone_gatunki/zwierzę"/> </body> </html> </xsl:template>