Project

Profile

Help

Bug #4419 » xsl.xsl

xslt file - Martin Latterner, 2020-01-07 14:16

 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0">
<xsl:output encoding="ascii" omit-xml-declaration="yes"/>

<xsl:template match="/">
<xsl:value-of select="normalize-unicode('M&#252;ller', 'NFKD')"/>
</xsl:template>

</xsl:stylesheet>
(2-2/2)