Skip to content

Instantly share code, notes, and snippets.

@rainerborene
Created June 14, 2010 16:35
Show Gist options
  • Save rainerborene/437915 to your computer and use it in GitHub Desktop.
Save rainerborene/437915 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<head>
<meta name="keywords">
<xsl:attribute name="content">
<xsl:text disable-output-escaping="yes">conteúdo do atributo content</xsl:text>
</xsl:attribute>
</meta>
</head>
<body>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment