xsl-list
[Top] [All Lists]

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

2009-01-16 05:20:04
On Fri, Jan 16, 2009 at 3:30 PM, J. S. Rawat <jrawat(_at_)aptaracorp(_dot_)com> 
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

--~------------------------------------------------------------------
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>
--~--