Re: newbie questions

Subject: Re: newbie questions
From: Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 26 Jan 2000 16:25:48 +0000 (GMT)
looks to me like this, for them thar medieval manuscripts

sebastian

<?xml version="1.0"?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
 
<xsl:template match="folio">
<xsl:for-each select="column">
[Manuscript: <xsl:value-of select="ancestor::manuscript/@name"/>, folio <xsl:value-of select="../@number"/>,  column <xsl:value-of select="@colnumber"/>
 <xsl:for-each select="line">
   [<xsl:value-of select="@linenumber"/>] <xsl:apply-templates/>
  </xsl:for-each>
 </xsl:for-each>
</xsl:template>         
</xsl:stylesheet>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread