Modified:
trunk/xslt/header.xslt
Log:
Make the node channel name more descriptive.
Modified: trunk/xslt/header.xslt
==============================================================================
--- trunk/xslt/header.xslt (original)
+++ trunk/xslt/header.xslt Mon Dec 8 07:55:38 2008
@@ -18,8 +18,7 @@
<xsl:template match="NodeOutput">
<xsl:for-each select="./ResponseType">
- <xsl:value-of select="$tab"/>
- <xsl:value-of select="parent::NodeOutput/@nodeTag" /><xsl:value-of
select="."/>
+ <xsl:value-of select="$tab"/>Node<xsl:value-of
select="parent::NodeOutput/@nodeTag" />-<xsl:value-of select="."/>
</xsl:for-each>
</xsl:template>