我有一个大小约为 12kb 的 xsl 文件,我想压缩它。有没有办法压缩xsl文件
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:template match="/page1">
<form name="form1" style="margin:0px;padding:0px" action="action.php" method="post" onsubmit="return checkData();">
<xsl:variable name="name" select="op1 />
<xsl:variable name="name" select="op2 />
</form>
</xsl:template>
</xsl:stylesheet>