Re: [xsl] TEXT flat file as input

Subject: Re: [xsl] TEXT flat file as input
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 5 Jun 2006 10:02:28 +0100
xslt2 can read tesxt files but if you are using xslt1 you need to
pre-process to make it xml, or use an extension function.
Just use perl or sed or another bact editor of your choice to quote any
< or & and turn ends of lines into
<row><cell>.....</cell</row> and commas into </cell><cell>

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread