Why is xslt converter ignoring the content of <link>-tag
- by Kristoffer Nolgren
When I put forexample this in my xslt-stylesheet:
<link><xsl:text>test</xsl:text></link>
Or this:
<link>test</link>
I get the following result:
<link xmlns=""></link>
This however:
<linkb>test</linkb>
Render the following result:
<linkb xmlns="">test</linkb>
The rest of the xslt does not seem to make any difference, i've tried it in several different and empty xslt-stylesheets
This problem appears in backend conversion (php) aswell as frontend-konversion in chrome browser (but not in Firefox)
Example of error:
dev.resihop.nu
(right above the footer)