|
By and far the largest feature of xmlDraft is it's unique ability
to display a tree view of the XML Document that the schema is attempting
to define. Through this tree view, users can watch how their changes to
the schema will affect their document. They can also make direct changes
in the xml tree view and xmlDraft will automatically update the schema.
Please understand that this tree view is not the typical tree view that
you see among a lot of different schema editors. This is not
a tree of the schema itself, but rather a tree of the xml document the
schema is trying to define.
Read this document
to understand further the uniqueness behind xmlDraft.
Editor Features
- Tag Completions
- Tag Insight
- Attribute Insight
- Highly Configurable
IDE Features
- Dynamic Schema Validation
- Property Page for current xml node
- Customizable windows
- Create XSD from imported XML Document
- Tree representation of xml document (see below)
XML Tree Features
- Auto-update as user modifies schema
- Add/Edit/Delete nodes in tree to update schema
- Configurable grid of properties
- Cut/Copy/Paste nodes in tree, schema updates itself
|