aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/stream.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/99_result/stream.xsl')
-rw-r--r--source/99_result/stream.xsl9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/99_result/stream.xsl b/source/99_result/stream.xsl
index 2d28043..603e574 100644
--- a/source/99_result/stream.xsl
+++ b/source/99_result/stream.xsl
@@ -22,7 +22,14 @@
</xsl:variable>
<xsl:template name="title-text">
- <xsl:value-of select="/datasource/page/entry/@index"/>
+ <xsl:choose>
+ <xsl:when test="/datasource/page/entry/@index = 0">
+ Start
+ </xsl:when>
+ <xsl:otherwise>
+ Page <xsl:value-of select="/datasource/page/entry/@index"/>
+ </xsl:otherwise>
+ </xsl:choose>
</xsl:template>
<xsl:template name="get_article">