blob: 7ca0c68375339625b51014878f0bbbab84bc585a [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:ap<caret></tlib-version>
</xsl:if>
</taglib>
</xsl:template>
</xsl:stylesheet>