View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
david.karr david.karr is offline
external usenet poster
 
Posts: 13
Default Getting "question mark in block" at EOL in CSV files transformed fromXML

I'm writing an XSLT stylesheet to generate a CSV file from an XML
file. Some of the fields have embedded newlines. When I open the
result in Excel, each value that has embedded newlines has a "question
mark in block" character at the end of the embedded line. I need to
figure out how to prevent this in the stylesheet, but I first have to
figure out how to prevent it in the CSV. What do I have to do here?