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

Subject: [xsl] document('data.csv') fails; workaround needed
From: Dan Diebolt <dandiebolt@xxxxxxxxx>
Date: Thu, 22 Nov 2001 06:03:37 -0800 (PST)
Is there a clever way to import CSV data into the stylesheet?
The following fails of course:

  <xsl:variable name="csv" select="document('data.csv')"/>

I can't alter the file data.csv but need the data in it for a
helper lookup function. Thanks in advance.

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

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


Current Thread