Changeset 14

Show
Ignore:
Timestamp:
09/04/08 11:00:49 (4 months ago)
Author:
gbodard
Message:

first draft of XSLT

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ala2iaph-concordance/trunk/xslt/extract-concordance.xsl

    r13 r14  
    33 
    44<xsl:template match="xquery"> 
    5      
     5    <list> 
     6        <xsl:for-each select="word/bibl[@n='ALA' or @n='ala2004']"> 
     7            <item> 
     8                <ref n="ala2004"> 
     9                    <xsl:text>eAla</xsl:text> 
     10                    <xsl:number select="biblScope[1]" format="000"/> 
     11                </ref> 
     12                <ref n="IAph2007"> 
     13                    <xsl:value-of select="following-sibling::epidoc"/> 
     14                </ref> 
     15            </item> 
     16        </xsl:for-each> 
     17    </list> 
    618</xsl:template> 
    719