Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: Non-breaking spaces with multiple charsets >Thread Next - Re: Non-breaking spaces with multiple charsets Re: Non-breaking spaces with multiple charsetsTo: NULL Date: 9/11/2006 3:03:00 PM Simon Caldwell wrote: > After a few hours more searching and experimentation, I found the > following that seems to work fine regardless of charset: > > <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text> > > Someone suggested that this only works for MS tools? But that's no > problem, as we only support Microsoft. > > Any reason we shouldn't use this? disable-output-escaping is an optional feature that might not be supported at all by an XSLT processor or that might only be supported with certain output modes but not with others. For instance if you use MSXML and transformNodeToObject to get a result DOMDocument then it does not work as the result is not well-formed. If you transform to a string or stream then it does work. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
