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:28:42 +0530
My mistake!!!
Thanks Mukul thanks a lot

<xsl:variable name="dir" select="collection($tables)"/>

should be
<xsl:variable name="dir" select="$tables"/>

Current Thread