↧
Answer by Dimitre Novatchev for XSLT transformation adding unwanted Linefeed
One way to solve this problem is to use an XmlTextWriter in a respective overload of XslCompiledTransform.Transform() This instnce of XmlTextWriter must have its Settings property set with an instance...
View ArticleXSLT transformation adding unwanted Linefeed
Using Vs 2010 I am editing a xsl file which will be used for transformation to output an xml file. I am trying to output a carriage return ( ) and that only. I don't want the linefeed character (x0A)...
View Article