Intellisense The Auto complete feature makes editing XML documents much simpler, but we have taken this a step further in the XML Editor by intelligently calculating the auto complete from an associated set of XML Schemas. So you are presented with the attributes or elements that are allowed, given your position in the file. | XML Grid Editor The XML Grid Editor allows you to create and edit your XML data in the form of a tree or table. The standard tree based paradigm is often very limiting when editing repeated sets of data (i.e. a set of addresses). The Table paradigm makes the data more accessible, presenting it more like a spread sheet, making it easy to view and view. The XML Editor has a split screen XML Source / XML Grid which also makes it easy to see where a given node fits into the overall structure of the document. |
Validation The Auto complete feature makes editing XML documents much simpler, but we have taken this a step further in the XML Editor by intelligently calculating the auto complete from an associated set of XML Schemas. So you are presented with the attributes or elements that are allowed, given your position in the file. Errors are shown inline within the XML document and in the error window in real time as you type. | Outlining (Code Folding) The XML Editor allows elements within the XML document to be collapsed, this maximizing your working area simplifying editing of large files. |
| Simplifies navigating large XML documents. A tree view showing all the XML Elements and attributes is shown along side the XML document and updated in realtime as you type. Selecting a node in the tree takes you to the corresponding place in the document. | I can be difficult to determine the current location within large XML documents. The simple breadcrumb tool make it easy to see all the parent elements back to the root of the document. Selecting a breadcrumb item navigates to the appropriate place in the document |
| Each XML Editor window can show the results of an XPath expression. The results are shown as highlighted regions within the XML Editor. The highlights are changed in real time as the XML or XPath expressions change. | The XML Editor provides a tool to allow you easily infer an XSD (reverse engineer) from one or more XML documents back into an XML Schema (XSD). The XML Schema can then be used to provide Intellisense and validation to your XML documents. |
| Sample XML documents can be created from an XML Schema. This is an excellent starting point for authoring complex XML documents or just for getting an overview of what an XML Schema will produce. | Document Formatting The XML Editor provides a 'Format XML' option which indents all the elements correctly, making the XML document simple to read. |
Auto Complete The XML Editor provides Auto Complete which automatically closes elements and provides auto formatting as you type. | Syntax highlighting The XML Editor provides syntax highlighting which makes your XML code easier to develop, allowing errors to be avoided. |
File change notification The user is notified when the file they are working on is changed by an external editor. | Project Support XML documents can be added to projects, making organizing your development much simpler, and more productive. |
Large File support The XML Editor supports loading files in excess of 30MB. For files larger than this the Large File Editor is automatically invoked. | Canonical Form Convert XML documents to their Canonical form - allows comparison at the logical level and facilitates the digital signing of documents. |
| Liquid XML Studio contain a powerful SpellChecker. The
SpellChecker highlights spelling mistakes inline in real time as you
type, mistakes can then be corrected by clicking on them and selecting
the
correct spelling. | |