[Home] [By Thread] [By Date] [Recent Entries]
On 12.06.2016 14:20, Charles Muller acmuller@xxxxxxxxxxxxxxx wrote:
The top of the document, from the top of the header, down to the first part of the <body>, looks like this:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:tei="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="tei"> <xsl:template match="tei:TEI/tei:text/tei:body"> <html> <head/> <body> <xsl:for-each select="//tei:term[@xml:lang='zh'] "> <xsl:sort select="."/> <p><xsl:apply-templates/><xsl:text> </xsl:text></p> </xsl:for-each> </body> </html> </xsl:template> </xsl:stylesheet>
|

Cart



