Changeset 14
- Timestamp:
- 09/04/08 11:00:49 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ala2iaph-concordance/trunk/xslt/extract-concordance.xsl
r13 r14 3 3 4 4 <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> 6 18 </xsl:template> 7 19
