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: Problem With ActiveX MSXML2 Transformations



> 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


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