RE: [xsl] document('data.csv') fails; workaround needed

Subject: RE: [xsl] document('data.csv') fails; workaround needed
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Thu, 22 Nov 2001 17:49:15 -0000
You could always have a look at
http://www.bayes.co.uk/xml/index.xml?/xml/utils/document/document.xml
Which just gets any old file. Stick it in a variable i.e.

<xsl:variable name="x">
<xsl:value-of
select="document:externalFile('D:\MyProjects\exslt\document\test.csv')"
/>
</xsl:variable>
Then play with it as you like.

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread