|
Subject: [xsl] xslt2: Retrieving a directory's non-XML file names From: Yves Forkl <Y.Forkl@xxxxxx> Date: Wed, 01 Oct 2008 12:07:20 +0200 |
<xsl:variable name="txt_files" as="xs:string*">
<xsl:for-each
select="collection(concat($myDir,
'?select=*.txt;on-error=warn'))/saxon:discard-document(.)">
<xsl:value-of select="unparsed-entity-uri(.)"/>
</xsl:for-each>
</xsl:variable>"Error SXXP0003: Error reported by XML parser: Premature end of file. Transformation failed: Run-time errors were reported"
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] To find out immediate fol, Andrew Welch | Thread | RE: [xsl] xslt2: Retrieving a direc, Michael Kay |
| Re: [xsl] To find out immediate fol, Andrew Welch | Date | [xsl] Complex condition, Bradley, Peter |
| Month |