ok now i found the problem , indeed the double quotes on the xml were part of the problem ( birgie sorry) so i removed them and changed the xml to this, which works fine:
<xsl:template match="style">
<link rel = "stylesheet" type="text/css" href= "{.}" >
</link>
</xsl:template>
|