Xeddy Features
XML Viewing
- XML document structure
Sometimes it is better to search for information in a
well formatted tree structure instead of in a bunch of
text.
- Attribute values
The inspector allows filtering of displayed
information: to subnodes only, attributes only or all.
Sorting all information is also possible and is easily
accessible from the inspector panel.
- Show-in-code
The system supports the 'Show in code' function, which
selects part of the XML code, related to the selected
node.
XML Editing
- Context menu for selected node
It is easy and very quick.
- Intelligent DTD handling
If a DTD is used, the system offers the Add submenu (of
context menu) with a list of subnodes available to add.
If special ordering of nodes is required, Xeddy will
recognize this and add the new subnode in the correct
position.
- Save as template
Choose 'Save as template' from your context menu and
save selected node as template. Open another document,
select the parent node of the saved node and insert the
template. It is easy and straightforward. Choose
Tools|IDE Options, Xeddy tab and edit the
templates.
- Clipboard operations
Cut, copy and paste is supported. You can copy a node
from the structure view and paste it into code
view.
- Editing attribute values
Is performed in the same manner as your visual designer: select
a node and change its attributes using the
inspector.
- Direct XML editing
Don't like visual tools? Edit the XML code by hand. We
apologize for background parsing and updating the
structure view.
- Support for customer applications
The system supports creating customized applications
with a business logic for your XML documents Need
special logic for your XML documents? Need custom
actions in the context menu, custom editors in the
inspector and special custom editors? Take a look at
the community page, search for 'writing applications for
Xeddy'.
DTD creating/viewing/editing
- Integrated DTD editor
You can create/view/edit a DTD file using the integrated DTD editor.
Click here to learn more.
Xeddy Standa
- Use Xeddy as a standalone application
Xeddy Standa is a
Java(TM) application that makes XML
editing available to any user on any operating
platform. Click here for
download.
JBuilder integration
- You can use Xeddy directly from JBuilder
It is easy. Download the installation package, unzip it
and drop the files into ~/lib/ext folder of your
JBuilder installation. Restart the application.