Mozilla/mozilla/minimo/chrome/content/moduleview/module_template_html.xml
mgalli%geckonnection.com 4275e03937 Google Modules viewer.
git-svn-id: svn://10.0.0.236/trunk@193748 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-06 22:17:40 +00:00

24 lines
428 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>
<xsl:output method="html" />
<xsl:template match="/">
<body bgcolor="white">
<script>
function _IG_RegisterOnloadHandler(refName) {
//
}
</script>
<xsl:for-each select="/Module/Content" >
<xsl:value-of select="." /> </xsl:for-each>
</body>
</xsl:template>
</xsl:stylesheet>