How to Create an XML Editor application tool in C#.NET

csharp , xml Portugal
  • 12 years ago

    Hi,

    I want to create an XML Editor Tool in C#.NET (similar to what we currently have in Visual Studio).
    I want this editor tool to be integrated in my project.

    The intention in creating the tool is that I want to view and edit the XML in this tool itself. I should
    be able to directly modify the XML in this XML editor and thereby persist it back. And the changes should be
    reflected accordingly.
    It should have a collapse-Expand feature. And if possible it should also support Syntax based colours.

    Hence, the tool should be able to open any XML in the proper format(proper parsing check should be there)
    and edit them and save it back.

    I currently work in VS 2008 in C#.

    It will be really helpful if someone put the code in implementing the same and thanks in advance for any kind of suggestions.

    Thanks,

    Debobrata

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Before software should be reusable, it should be usable.” - Ralph Johnson