views:

220

answers:

1

Is there any ready-to-go docbook editor for web applications out there? I'm thinking of something like FCKeditor or TinyMCE that returns a docbook xml code back to the web application. I am aware that FCKeditor is customizable to do this, but I have not heard of anyone who did this.

+2  A: 

Maybe the Xopus web based XML editor does the trick? http://xopus.com/xopus-web-based-wysiwyg-xml-editor.html It has support for Dita and Docbook.

Verhagen