blob: 5ff46830b487c61e6472dc04ce68bb895a0e283f [file] [log] [blame]
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd">
<xsl:template match="/*">
<taglib>
<xsl:if test="@version">
<tlib-version><xsl:apply-imports/><caret></tlib-version>
</xsl:if>
</taglib>
</xsl:template>
</xsl:stylesheet>