24 lines
428 B
XML
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>
|