Re: Charset conversions

Subject: Re: Charset conversions
From: James Clark <jjc@xxxxxxxxxx>
Date: Fri, 30 Apr 1999 13:02:51 +0700
Duane Nickull wrote:
> 
> Steve:
> 
> This is one way if you want to change your XML PI
> 
>   <?xml version="1.0" encoding="ISO-8859-1" ?>
> 
> You can (or should be able to) also use this in XSL or XSLT to transform
> the output tree:
> 
> <xsl:pi name="xml">version="1.0" encoding="ISO-8859-0"</xsl:pi>

That's bogus: xsl:pi outputs a processing instruction; the XML
declaration isn't a processing instruction (though it uses a similar
syntax).

James



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread