Click to See Complete Forum and Search --> : Output ASCII after XSLT Tramsform?


Rens Duijsens
10-20-2008, 09:49 AM
Hello,

I'm trying to use an stylesheet to format some output into RTF.
It seems to work, ..... but ...... the output is in UFT-8.

Please. How do i tell VB.NET to output in normal, flat ASCII in stead off UTF-8?

' Load the style sheet.
Dim xslt As New XslCompiledTransform()
xslt.Load("RTFSelect.xsl")

' Execute the transform and output the results to a file.
xslt.Transform( _
"TestXml.xml", _
"NewData.rtf")