[xsl] reading a text file and putting out an xml file using xslt 2.0

Subject: [xsl] reading a text file and putting out an xml file using xslt 2.0
From: a kusa <akusa8@xxxxxxxxx>
Date: Wed, 28 Oct 2009 09:25:13 -0500
Hi

I have an input file which is a text file. My output should be an XML
file that conforms to a schema that I already have.

How do I do this in XSLT2.0? Can I use unparsed-text() function? Are
there any examples that I can look at for this?

Thanks in advance

Current Thread