vote up 9 vote down star
3

I experimented with DocBook XML a while back, and also used it professionally for documenting a few software projects, but since the tool support at the time was not very good, I soon abandoned it in favor of hand-written LaTeX, and later LyX.

Now I'm considering taking another look at DocBook, and I was wondering, what are the best tools for working with DocBook XML documents today?

flag

13 Answers

vote up 11 vote down check

For a full graphical interface, oXygen XML editor provides full docbook syntax directed editing, has a host of other xml based support tools and is ready with support for docbook v5 which uses Relax NG as its schema. Available on Linux and Windows. For a more general purpose editor, emacs takes some beating, but it takes a while to get used to it.

This question has been asked and answered many times on the docbook-apps mailing list if you'd like to search the archives.

All docbook questions will be answered on the lists. See the wiki at http://wiki.docbook.org/topic/DocBookAppsMailingList

link|flag
vote up 5 vote down

I looked for some GUI tools a few years ago, and chose XMLmind.

It's not perfect but it's better than directly editing the docbook XML.

It doesn't hide the underlying docbook structure, which can be confusing for someone used to MS Word. However, I like it that way, because it allows to concentrate on the document's structure instead of fighthing with the formatting (like you have to with most MS Word "legacy documents").

It still gives a preview of the formatting, but the final formatting is something that can be dealt with later in a uniform way with XSLT/CSS.

link|flag
vote up 1 vote down

I agree with ckarras, XmlMind is a very good product.

But I just wanted to add that beside the product itself, the real plus for us is the great support provided, even if you are not a commercial customer, through the public mailing list.

link|flag
vote up 1 vote down

Despite OpenOffice.org Writer offering support for import and export of DocBook, I wouldn't suggest it. The support is highly outdated and works properly only for <article> style documents; everything else comes out poorly, if at all.

link|flag
vote up 1 vote down

If you mean a dedicated GUI editor, I'm not sure if there is one.

But there are plenty of other tools: http://docbook.sourceforge.net/

And the external links section on this Wikipedia article would probably have some more. http://en.wikipedia.org/wiki/DocBook

link|flag
vote up 1 vote down

I'm just looking into docbook now as a potential format for writing documentation so take what I say with a grain of salt. However, I'm just now playing with Serna WYSIWYG XML editor which seems pretty promising. And best of all, they have a free open source version:

http://www.syntext.com/downloads/serna-free/

link|flag
vote up 1 vote down

At Sun, people used Emacs, Adobe Framemaker and Arbortext Editor. (And Sun used DocBook for all manuals, almost all man pages, etc.) If WYSIWYG is your thing, and you can afford to spend some money, then it's probably worth to take a look at the last one. If you are more comfortable with WYGIWYW (What You Get Is What You Want), then you're better of using Emacs.

link|flag
vote up 0 vote down

I don't have much personal experience with DocBook itself, but I know that the recent versions of OpenOffice.org Writer allow you to save to this format.

link|flag
vote up 0 vote down

I've had success using Notepad++ and some plugins for editing, as well as eDe for processing of the DocBook files. I've written up my how-to here: http://steves-wiki.wikispaces.com/DocBook.

link|flag
vote up 0 vote down

The fastest way I found to write documentation in docbook format was using VEX (http://vex.sourceforge.net/). It is built into Eclipse IDE and provides semi-wysiwyg authoring, but the real power is on the element auto suggestion when pressing ctrl+space. It lacks extended editing like tables and images...but you can always switch to "code mode".

link|flag
The last version is from 2005, so the project seems to be dead. – ReneS Mar 15 '09 at 3:05
vote up 0 vote down

I'm using: http://www.oxygenxml.com/ Just started with it, but it's extremely easy. Maybe a bit overkill if you plan on just writing some books.

link|flag
vote up 0 vote down

We had a look at several tools, as we work in a multiple OS environment (developers mostly working on some Linux or OSX; technical writers mostly using Windows).

One of the first promising tools we looked at was XML Mind - XML Editor.

But soon we discovered an even more friendly tool Serna XML Editor. This last one, really feels as if you are just using a text editor it should be (aka MS-Office Word; Open-Office Word-Processor; OSX - iWork Pages; OSX NeoOffice). Just creating content! And if you want, you can just view into the under laying xml docbook structure. But that is not the normal user view.

Both editor are cross platform (Windows, Linux, Solaris, OSX).

link|flag
vote up 0 vote down

For you programmers, all these tools are great. Use several myself. For writers who have only ever seen Word, I wouldn't put them in that position. (Heck, they never even saw Word Perfect and it's "show codes".) It's a hard enough learning curve for them that gets worse if you try to turn them into programmers before they're ready for it. Depends on your business requirements, really. Generally speaking, I'd say that if you're trying to get a writer to be productive, give them Arbortext.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.