cioè così non ti funziona neanche se nell'httpd di apache setti l'estensione .xsl come quella di php (mi sembra application/.... non mi ricordo )

codice:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:template match="/">
<html>
	<head>
       	<title>test</title>
  	<body>
  		<?php echo($_GET['var1']) ?>
	</body>
</html>
</xsl:template>

</xsl:stylesheet>
perchè a me funziona