--- a/story_html.xsl Fri Feb 03 16:28:04 2006 -0500
+++ b/story_html.xsl Mon Jul 17 13:43:11 2006 -0400
@@ -189,6 +189,12 @@
</xt:document>
</xsl:template>
+<xsl:template match="story//section">
+ <div class="section">
+ <xsl:apply-templates/>
+ </div>
+</xsl:template>
+
<!-- strophe -->
<xsl:template match="strophe">
<p><xsl:apply-templates/></p>
@@ -242,5 +248,12 @@
</div>
</xsl:template>
+<xsl:template match="story" mode="xref">
+ <xsl:variable name="href">
+ <xsl:call-template name="get-id"/>
+ </xsl:variable>
+ <a href="{$href}.html"><xsl:value-of select="docinfo/title"/></a>
+</xsl:template>
+
</xsl:stylesheet>