Re: [xsl] Collect all the truncated fields in an array

Subject: Re: [xsl] Collect all the truncated fields in an array
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 06 Oct 2010 00:53:30 +0100
On 06/10/2010 00:40, sudheshna iyer wrote:
Now I need to collect all the input values that got truncated at the end of the
program in the form of string array.


No, you don't.

Firstly XSLT doesn't have arrays. As you should have seen by the recent thread it really helps if you try to use XSLT terms for things. Your use of "variable" as a private terminology for "element" which you have continued in this thread more or less ensured that none of the initial answers were relevant to your problem.

Secondly as explained when you asked this same question last month. You should not phrase the result in terms of the processing (which fields got truncated) you should phrase it in terms of the input (which fields are long)

Since the question is same as before, answer is too:

http://markmail.org/message/lcqwtiautdsml7hm

David

Current Thread