Re: Transform results munged in Mozilla

Subject: Re: Transform results munged in Mozilla
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Wed, 09 Aug 2000 09:32:15 +0100

Eric Costello wrote:
> 
> When doing a transform with MSXML3 sing the following XSL namespace:
>         <xsl:stylesheet version="1.0"
>         xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> 
> The results of the transform begin with this line:
>         <?xml version="1.0" encoding="UTF-16"?>
> 
...
> 
> Can someone tell me what I am doing wrong? Should my transform output
> contain that <?xml tag? If so, why? If not, how do I get rid of it?
> 
I've lent out my copy of Mike Kay's book, but a glance at the Mulberry
quick ref suggests that 

	<xsl:output omit-xml-declaration="yes"/>

might do the trick.

Francis.
-- 
Francis Norton.

Defy Convention? Deify Convention!


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


Current Thread