Search results for query: *

  • Users: RoyFripple
  • Content: Threads
  • Order by date
  1. R

    Using the StreamWriter to write a UTF-8 encoded XML file

    In the program I'm working on, I need to transform an XML file using an XSLT and then write it to a file. I've got the transformation part down fine, but my problem lies in the creation of the file. I'm using this to create my file: Dim sw As StreamWriter = File.CreateText(strLocalFile)...
Back
Top