Re: [xsl] Read directory and its contents and put it to another file

Subject: Re: [xsl] Read directory and its contents and put it to another file
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Tue, 07 Oct 2008 17:22:16 +0530
I am not able to use right use of collection!!! an error " a sequence of more than one item is not allowed as first argument of concat()" is throughing!!!

java -jar saxon8.jar a.xml a.xsl tables=tables>a.htm

<xsl:param name="tables" as="xs:string" required="yes"/>
<xsl:variable name="dir" select="collection($tables)"/>

<xsl:variable name="inputFiles" select="collection(concat($dir,'?select=*.tbl'))" />

At 04:42 PM 10/7/2008, Mukul Gandhi wrote:
<xsl:variable name="inputFiles"
select="collection(concat($dir,'?select=*.tbl'))" />

Current Thread