Warning, /utilities/keurocalc/keurocalc/currencies2rc.xslt is written in an unsupported language. File is not indexed.

0001 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
0002 <xsl:output method="text" encoding="utf-8" omit-xml-declaration="yes"/>
0003 <xsl:template match="/currencies/currency">
0004 // i18n: file: <xsl:value-of select="$filename"/>
0005 i18n("<xsl:value-of select="@name"/>");
0006 </xsl:template>
0007 </xsl:stylesheet>