Re: [xsl] Non-xml source documents

Subject: Re: [xsl] Non-xml source documents
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 05 Jan 2005 15:19:19 +0000
>>>>> "Jim" == Jim Neff <jneff@xxxxxxxxxxxxxxx> writes:

    Jim> Greetings, Would someone please point me to some resources on
    Jim> how to process non-xml source documents?

    Jim> I have a text file that I want to convert to an xml document.

    Jim> I can use XSLT 2.

then you can read the file with unparsed-text().

this gives you a string, which you can then do something with.
-- 
Colin Paul Adams
Preston Lancashire

Current Thread