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