Loading certgen/asn1certgen.xslt +10 −13 Original line number Diff line number Diff line Loading @@ -238,19 +238,16 @@ <xsl:otherwise>0</xsl:otherwise> </xsl:choose> </chainLengthRange> <eeType> <xsl:choose> <xsl:when test="@eeType = 'enrol' or @eeType = '40'"> <xsl:text>01000000</xsl:text> <eeType><xsl:text>01000000</xsl:text></eeType> </xsl:when> <xsl:when test="@eeType = 'app' or @eeType = '80'"> <xsl:text>10000000</xsl:text> </xsl:when> <xsl:otherwise> <xsl:text>11000000</xsl:text> <!-- all --> <eeType><xsl:text>11000000</xsl:text></eeType> <!-- all --> </xsl:otherwise> </xsl:choose> </eeType> </PsidGroupPermissions> </xsl:template> Loading Loading
certgen/asn1certgen.xslt +10 −13 Original line number Diff line number Diff line Loading @@ -238,19 +238,16 @@ <xsl:otherwise>0</xsl:otherwise> </xsl:choose> </chainLengthRange> <eeType> <xsl:choose> <xsl:when test="@eeType = 'enrol' or @eeType = '40'"> <xsl:text>01000000</xsl:text> <eeType><xsl:text>01000000</xsl:text></eeType> </xsl:when> <xsl:when test="@eeType = 'app' or @eeType = '80'"> <xsl:text>10000000</xsl:text> </xsl:when> <xsl:otherwise> <xsl:text>11000000</xsl:text> <!-- all --> <eeType><xsl:text>11000000</xsl:text></eeType> <!-- all --> </xsl:otherwise> </xsl:choose> </eeType> </PsidGroupPermissions> </xsl:template> Loading