Skip to content

Instantly share code, notes, and snippets.

@rousso
Created March 9, 2011 12:55
Show Gist options
  • Save rousso/862134 to your computer and use it in GitHub Desktop.
Save rousso/862134 to your computer and use it in GitHub Desktop.
XML CV: My Resume.Greek.XSL
<?xml version="1.0" encoding="windows-1253" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="greek" indent="yes"/>
<xsl:variable name="language" select="'Greek'"/>
<xsl:include href="http://rousso.gr/CV/My Resume.xsl"/>
<xsl:template match="/">
<xsl:call-template name="root">
<xsl:with-param name="language" select="$language"/>
</xsl:call-template>
</xsl:template>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment