blob: 07f2c1a4012e1cbac389f25a01b42e95a1dec381 [file] [log] [blame]
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
<xsl:template match="/*">
<taglib>
<xsl:if test="@version">
<tlib-version><xsl:apply-imports/><caret></tlib-version>
</xsl:if>
</taglib>
</xsl:template>
</xsl:stylesheet>