Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Spaces in XSLT >Thread Next - Re: Spaces in XSLT Re: Spaces in XSLTTo: NULL Date: 2/8/2005 3:54:00 PM Gianfranco wrote: > I use to show XML files using XSLT stylesheets. To do this, at the begin I > used the instruction > <?xml-stylesheet type="text/xsl" href="http://www.......xslt"?> > To mantain "spaces" in the result, I used (corresponding to in HTML). > Now I have to merge the XML and XSLT files al server level, using in ASP the > instruction: > Response.Write(objXML.transformNode(objXSL)) transformNode has known encoding issues (the result is always UTF-16 encoded). Use instead objXML.transformNodeToObject(objXSL, Response) -- Oleg Tkachenko [XML MVP, MCP] http://blog.tkachenko.com | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
