Andy Ames - 2001-12-07

Coming soon (but do not know when) is an XMLEditorKit supporting the W3C Document Object Model for XML and SAX. I've emailed their sales team for info:
http://www.qwan.com/XML/XMLEditor.html

I happened to stumble upon an XML Editor that is NOT open source; however, it contains XMLDocument and XMLEditorKit implementations internally. I figured this out by looking at their configuration files. Maybe this could come in handy...
http://www.morphon.com/xmleditor/

Another thing I stumbled upon is JBuilder uses a XMLEditorKit implementation for editing XML files in the IDE. I found this in JBuilder's OpenTools API docs...
http://www.borland.com/techpubs/jbuilder/jbuilder5/opentools/ref/OpenToolsAPI/index.html

Andy