This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Transform results munged in Mozilla




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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]