|
I am trying to use xml and xsl to generate some code, thus I will need the ability to output if(x < 7) etc. I have an executable I wrote in C# that takes the xml and xsl file as input and outputs a txt file. No matter what I do I can not get it to write a < to the text file. I tried the code above exactly and I have tried people's suggestions of using the disable-output-escaping="yes". Any ideas? |