XSLT is a language for transforming XML documents into other XML documents, which means you'll have to transform your text file into an XML document before applying an XSLT.
Can you pull this data from a database or datatable? It would be easier if you could find the corresponding data in a datatable, database, or some other clearly delimited form.
Otherwise you'll have to parse the fields from this text file, and save them in XML format.
- Adam Kahtava [
http://adam.kahtava.com]