Intelligent Notification Services
樣式表檔案 EMAILTranscoder_SS.xsl 包含下列樣式表程式碼。
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
<xsl:output omit-xml-declaration="yes" method="text"/>
<xsl:template match="message">
Msg: <xsl:value-of select="text"/>
<xsl:for-each select="url">
<xsl:text>
</xsl:text><xsl:value-of select="."/>
</xsl:for-each>
<xsl:text>
請勿回覆這個訊息
</xsl:text>
</xsl:template>
</xsl:stylesheet>