Tagged Questions

1
vote
3answers
4k views

Open Source Xml Editor

I need to write a XML-based markup language. I'd like to provide an open source IDE for it, but I don't want to write it from scratch. So, I'm looking for an open source XML editor, written in C#, ...
0
votes
2answers
113 views

How to install xsd via VSIX installer?

Visual Studio uses xsd files to provide intellisense for xml files that matches the namespace. I have created custom xml schema and I want to apply that schema when user is editing that type of ...