Authoring and Editing XML
| 3D Elements | XML elements are displayed with a 3D pointed block background to visually separate the text content from the XML tags. |
| Colour Coded XML Editor | XML elements, attributes and comments are displayed in different colours to assist in the authoring / editing process. |
| Start/End Tag insertion | Automatic insert of start and end tags into the XML stream. If text already selected then the start and end tags will be inserted around it. |
| Suggest Next Element | Automatic suggestion of elements to insert. Ordered lists from a DTD are taken into account when suggesting the next element. |
| Select Element(s) | Select element content only; select complete element or select parent element. |
| Split Elements | Splits the current element into two XML elements. |
| Join Elements | Joins all the selected elements into a single XML element, using the name of the first element. |
| Rename Elements | Displays a dialog box asking user to rename the current XML element. |
| Pretty Print | XML in the code editor can be automatically displayed with one element per line. |