I need an API-addressable, Java-based XML editor that is context aware. For instance, if you give the editor a schema for the XML document that is supposed to be generated, then, as the user is editing the XML, they will have access to recommendations and autocomplete for XML elements and attributes.
I need an API-addressable, Java-based XML editor that is context aware. For instance, if
Share
You haven’t said what environment this should run in…
Assuming Java, the netbeans editor is very solid and it should be possible to embed it in external Java applications. Obviously, that would involve brining a large portion of netbean’s code along with it though.
I haven’t used it, but it looks like Jaxe might be provide a solution as well.