Re: [xsl] Non-xml source documents

Subject: Re: [xsl] Non-xml source documents
From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx>
Date: Wed, 5 Jan 2005 10:21:35 -0500
On Jan 5, 2005, at 10:16 AM, cknell@xxxxxxxxxx wrote:

XSL is designed expressly for transforming XML documents. You won't have any luck in using it to transform something that isn't XML.

That's not true of 2.0. The unparsed-text() function can read in and -- using regular expression support -- convert plain-text to XML.


I've not used it, but that's an approach.

Bruce

Current Thread