xsl-list
[Top] [All Lists]

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

2012-03-20 13:31:26
<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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--