vote up 8 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

10 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 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 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 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 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 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 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

Your Answer

Get an OpenID
or

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