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


Make sure you have an <xsl:output> tag in your XSLT, specify that you want
the output to be html, and make sure that the encoding is set explicitly to,
say, UTF-8 (I don't think that Mozilla supports UTF-16).

This will get rid of the XML declaration, and will also allow Mozilla based
browsers to read the output.

Ben


 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]