[xsl] RE: String conversion problem when string is large

Subject: [xsl] RE: String conversion problem when string is large
From: "Bulgrien, Kevin" <Kevin.Bulgrien@xxxxxxxxxxxx>
Date: Tue, 20 Mar 2012 13:31:59 -0500
<snip>
  <xsl:template name="HexToDec">
    ...
        <xsl:call-template name="HexToDec">
    ...
  </xsl:template>
<snip>

I point out that in the original post, there is a minor typo in the first XSL
template.  There is a call inside "HexToDec" it to "BinToDec" that should
read
"HexToDec" instead.  I renamed the template while writing the e-mail because
the original name didn't make sense (Bin vs. Hex), but then I didn't also
rename the interior call to itself.

Kevin Bulgrien

This message and/or attachments may include information subject to GD
Corporate Policy 07-105 and is intended to be accessed only by authorized
personnel of General Dynamics and approved service providers.  Use, storage
and transmission are governed by General Dynamics and its policies.
Contractual restrictions apply to third parties.  Recipients should refer to
the policies or contract to determine proper handling.  Unauthorized review,
use, disclosure or distribution is prohibited.  If you are not an intended
recipient, please contact the sender and destroy all copies of the original
message.

Current Thread