Opening an XML Form Definition
Use Notepad ++ to edit XML form definitions.
Once the file is open you will be presented with the following colour coded view of the XML text.
Intellisense
One of the advantages of using an XML editor over a standard text editor is that it can enforce any constraints defined within the schema. In Notepad ++ this is performed by a feature called Intellisense which provides the user with contextual assistance as they type.
In addition Intellisense will also highlight errors in the document.
Saving Changes
Once your modifications are complete select File then Save.