RE: [xsl] Problem With ActiveX MSXML2 Transformations

Subject: RE: [xsl] Problem With ActiveX MSXML2 Transformations
From: "Hillyard, Matthew" <matthew.hillyard@xxxxxxxxxx>
Date: Wed, 15 Aug 2001 11:02:52 +0100
> Although I get the HTML returned I get the following
> characters before hand 
> ÿþ
> and when i view source the returned HTML has a space
> betwen each letter, e.g.
> < t a b l e   w i d t h = " 1 0 0 % "   c e l l p a d
> d i n g = " 0 "   c e l l s p a c i n g = " 1 "   h e
> i g h t = " 1 6 " >
> ....
> 
> Does anyone know why, and how I can stop it?
> 
> 
Put the following in your stylesheet, following the opening <xsl:stylesheet>
tag:

<xsl:output method="html" encoding="ISO-8859-1"/>

Matt H



-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity
to whom they are addressed.  If you have received this email in error please notify the system manager.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

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


Current Thread