SS XML Editor is a useful tool written in Java for creating and
editing XML files. The program features graphical user's interface, which displays XML
file's structure in form of a tree. Using the point-and-click method the user can
add, remove or edit XML tags, tags' attributes, tags text and comments.
The program was tested only on Windows NT 4.0. If you believe 'write once, run
anywhere', it should work on other platforms.
At this time there is no support for DTD files. If the XML includes DTD
tag, program will not be able to parse the file.
Despite author's intentions, SS XML Editor does not perform as well
when run on Sun's VM as it does on MS VM. There are issues with refreshing
the tree area and resizing the scrolling area of the tree section.
Program doesn't support drag-and-drop features. You cannot move a tree
item to a different location, after the tag was added to the tree.
From time to time, after starting the program, when clicking
on File item in the program's menu, the program spontaneously
selects a menu item.