This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]