Re: [xsl] read directory and get it as an array

Subject: Re: [xsl] read directory and get it as an array
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Fri, 16 Jan 2009 15:49:39 +0530
On Fri, Jan 16, 2009 at 3:30 PM, J. S. Rawat <jrawat@xxxxxxxxxxxxxx> wrote:
> I want to a.xml and b.xml should be hold as an array. Below is perl code for
> doing the same.

as I wrote, the 'collection' function returns a sequence of nodes. In
XSLT 2.0, a collection/group of items can be held in a sequence.

there is no terminology like array in XSLT. They are called sequences,
which have different properties than arrays in C or Java.


-- 
Regards,
Mukul Gandhi

Current Thread