Re: [xsl] XSLT merge documents into variable

Subject: Re: [xsl] XSLT merge documents into variable
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Fri, 10 Aug 2007 18:18:07 +0530
I had tested the solution with more than 2 files, and it worked (in
fact the solution I posted can process N files).

The solution I posted achieves the desired result. Why do you want to
do it another way? May be the approach you have taken is not right..
(just guessing)

On 8/10/07, Lars Kappert <larskappert@xxxxxxxxx> wrote:
> Thank you very much for your suggestion. Although a little of it doesn't work here (this line: <xsl:value-of select="sum(exslt:node-set($sumOfAmounts)/num)" />), this is a solution that directly accomplishes the desired result in my post. My examples files are kept simple for easier understanding the issue; so this solution is not so well extensible I guess. But what I would really appreciate to see is something more conforming to my question: how do I really put the contents of the two files in a variable first and then work with that result in another template?
>
> Correct me if I'm wrong!


-- 
Regards,
Mukul Gandhi

Current Thread