chuawenching
Regular
- Joined
- Jul 26, 2003
- Messages
- 66
Hi everyone,
I want to do something like XMLSpy or may tools like DreamweaverMX.
1) When you type this:
Before:
========
<MyCompany> //then the xml editor will automatically add the
After:
=======
<MyCompany> </MyCompany>
I just want to do a very simple xml editor for c#. And at the end, save it into a xml file. I had been coding xml in notepad, and it is very troublesome.
I am not sure what areas i need to research in. Is there any tutorial on this or any source code, which i can refer to?
Any help, please?
Thanks.
Regards,
Chua Wen Ching
I want to do something like XMLSpy or may tools like DreamweaverMX.
1) When you type this:
Before:
========
<MyCompany> //then the xml editor will automatically add the
After:
=======
<MyCompany> </MyCompany>
I just want to do a very simple xml editor for c#. And at the end, save it into a xml file. I had been coding xml in notepad, and it is very troublesome.
I am not sure what areas i need to research in. Is there any tutorial on this or any source code, which i can refer to?
Any help, please?
Thanks.
Regards,
Chua Wen Ching