xsl-list
[Top] [All Lists]

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

2008-10-07 07:52:01
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'))" />


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