Using XSLT, how do I increase the value of the 'format' attribute of an <xsl:number> (e.g. 'a'+1 = 'b')?
问题 There are 2321 occurrences of the character 'a' in the element contents of my source XML file. I have succeeded in obtaining this number, but I can only do it for the 'a' character. I need to obtain the occurrences for all the letters of the alphabet. See code: This is used to print out a TextBlock element: <xsl:template name="get-textblock"> <xsl:param name="letter-one"/> <xsl:param name="letter-two"/> <xsl:param name="letter-one-f"/> <xsl:param name="letter-two-f"/> <xsl:if test="$letter