b59d45f7a3ae84142d2405fca9e75fb7267e2898
[SXSI/xpathcomp.git] / tests / xpath-pt / xslt / A4.xsl
1 <?xml version="1.0"?> 
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3   <xsl:template match="/">
4     <xsl:copy-of select="site/closed_auctions/closed_auction[annotation/description/text/keyword]/date"/>
5   </xsl:template>
6 </xsl:stylesheet>