Subject: Re: Mixing XML and non-XML input possible ?
From: "Jesper Tverskov" <jesper@xxxxxxxxxxx>
Date: Wed, 24 Oct 2007 09:06:07 +0200
|
On 10/24/07, Andreas Mixich wrote
> am I right, that XSLT is unable to take any non-XML textfile as input?
In XSLT 2.0 it is standard that any text file can be transformed but
you must use the unparsed-text() function to load it.
For an example see:
http://www.xmlplease.com/xsltcases-fixed2xml
where I transform a fixed file to XML.
Cheers,
Jesper Tverskov
www.xmlkurser.dk
www.xmlplease.com
|