Sorry if this was asked before. There was a quick search and nothing answered my question 100%.
I have XSL stored in a database that I want the user to be able to edit in my .NET Windows application. I could just paste it into a multi-line text box, but then I don't get anything like auto-indent, color coding, etc. Does anyone know of a .NET control that I can use to achieve this? Ideally, I would like to emulate the experience that you get when editing an XML file in Visual Studio, but I understand that this is probably unrealistic. At least I would like the text to be indented. I'm not too worried about validating XSL / XML itself - I can sort it myself. Any ideas?
Reginaldo
source
share