Tagged Questions
DocBook provides a system for writing structured documents using SGML or XML. It is particularly well-suited to books and papers about computer hardware and software, though it is by no means limited to these topics. Earlier versions of DocBook were formally defined as document type definitions (DTDs). From version 5.0 onwards, SGML support is discontinued and the official definition is a RELAX NG schema.
29
votes
12answers
8k views
LaTeX vs DocBook
I have only little knowledge about LaTeX, basic formatting, basic math fomulae etc.. I found that LaTeX is hard to configure to my own flavor. Recently, I've heard about Docbook, which is also a ...
19
votes
14answers
6k views
Best tool(s) for working with DocBook XML documents?
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 ...
14
votes
10answers
2k views
What is the recommended toolchain for formatting XML DocBook?
I've seen Best tools for working with DocBook XML documents, but my question is slightly different. Which is the currently recommended formatting toolchain - as opposed to editing tool - for XML ...
13
votes
9answers
1k views
Who uses DocBook?
I was wondering what people use for Documentation and saw that this had already been asked here
There seemed to be a lot of votes for LaTeX, I'm an advocate of LaTeX over Word due to its WYGIWYW ...
10
votes
5answers
3k views
Impressive DocBook example?
So far I've only come across very bland docbook examples. I'm sure DocBook can do a LOT but does anybody have examples where styling is done and a really impressive PDF can be generated?
8
votes
13answers
1k views
Best Manual Editing Software
I'm writing a manual for our new software product... and M$ Word just doesn't cut it. So what is the best software or language to use for creating/editing a software manual?
7
votes
1answer
310 views
best way to implement custom pretty-printers
The documentation for the pprint module mentions that the method PrettyPrinter.format is intended to make it possible to customize formatting.
I gather that it's possible to override this method in a ...
7
votes
4answers
952 views
How can I change from docbook to restructuredText?
I have a 30-ish page manual in docbook. However, working with docbook is so painful that I don't really update it. I want to switch to restructedText instead.
I can't find any direct translator (the ...
4
votes
2answers
263 views
DocBook to Word Conversion?
I need some help with conversion of DocBook files to Microsoft Word files.
What exactly i need todo.
Do i need an XSL file for transformation.
Grateful for any help.
4
votes
1answer
800 views
docbook wysiwyg editor for the web
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 ...
4
votes
5answers
632 views
Is there a nice XSL stylesheet for client-side DocBook rendering?
I want the DocBook documents in my SVN repository to look nice if someone looks at them in a web browser. I've started to write a CSS stylesheet, but I think that it will have significant limitations ...
4
votes
5answers
2k views
Technical documentation with deeply nested enumerated lists
I'm stuck in a software documentation culture I can't change, and software documentation is expected to have deeply nested sections that look like this:
2.1.5.3.2.1 Some section
This paragraph has ...
4
votes
8answers
847 views
What formatting language should I use for project documentation
I'm planing to move project documentation for a fairly big software project from using Microsoft Word files with manual versioning in the filename to storing it in the source version control system. ...
4
votes
5answers
2k views
Creating documentation with maven
I'm just in the middle of revisiting maven. Our team had a bad experience when we last looked at this, as it was during the period when maven was rearchitecting from 1.x to 2.x, so a lot of the ...
4
votes
5answers
352 views
XML for Documentation - Standards?
I need to create Documentation for a tool (Manually written User Documentation, no Developer/API Documentation from the Source Files). Now, there are about a billion different ways to do it, but I ...
3
votes
0answers
64 views
Function similar to sgml-tag for the nXml mode with DocBook tags
The Emacs function sgml-tag is just what I need for my DocBook editing. However, I edit DocBook in nXml mode and I can't seem to find an alternative. sgml-tag still works fine, but does not offer XML ...
3
votes
3answers
175 views
looking for a good docbook generator solution
I'm working on a OSS project (JBoss Seam 3) and would like to produce documentation easily in docbook format. What free docbook solution would you suggest me ?
3
votes
1answer
393 views
How do I create JAXB bindings for docbook
When I run xjc against docbook.xsd, I get a lot of errors:
parsing a schema...
[ERROR] Property "Revision" is already defined. Use <jaxb:property> to resolve this conflict.
line 5965 of ...
3
votes
6answers
509 views
What tool/framework to use for technical documentation?
We develop products and frameworks to be used with in our organization. I am looking for programmer friendly documentation tools. I have researched on few options sometime back but couldn't decide ...
3
votes
6answers
3k views
How to generate pdf from docbook 5.0
I've written a docbook 5.0 document with the header:
<?xml version="1.0" encoding="UTF-8"?>
<book version="5.0" xmlns="http://docbook.org/ns/docbook"
...
3
votes
4answers
963 views
wiki/docbook/latex documentation template system
I'm searching for a documentation template system or rather will be creating one.
It should support the following features:
Create output in PDF and HTML
Support for large & complicated (LaTeX) ...
3
votes
2answers
773 views
How to loop with XSLT through hierarchical nodes?
I am trying to traverse Docbook section nodes. Their structure are as follows:
<sect1>
<sect2>
<sect3>
<sect4>
<sect5>
...
2
votes
2answers
140 views
XSL-FO - how to continue numbers in two list-blocks?
Does somebody know how to achieve this with XSL-FO transformation? The question details should be clear from the codes below.
Input:
<section>
<title>Section 1</title>
...
2
votes
1answer
53 views
Docbook: configuring the name of the toc file?
From a Docbook document, I apply an xslt stylesheet that with xsltproc is able to produce the table of content file along with files per chapters.
I would like to know if there is a way to specify ...
2
votes
1answer
98 views
is there a simple example of a php snippet highlighted in docbook with pdf output?
I've been trying to highlight the code in a programlisting block in docbook. The code is the following:
<programlisting language="php"><![CDATA[
// php code
]]></programlisting>
...
2
votes
1answer
165 views
syntax highlighting in docbook
I use xalan-j_2_7_1 and docbook-xsl-1.76.1 to generate documentation. I saw in hibernate documentation, that they use syntax highlighting in there code. How can i do it in my doc?
2
votes
3answers
389 views
Org-mode exporting to pdf for emacs.app on Mac OS X
Org-mode, love it.
I've been trying to set up the mac to export anything to pdf. No easy way yet.
First there's org-export-as-pdf which first exports to pdf then generates a pdf.
I get "pdflatex: ...
2
votes
1answer
96 views
XSL import: how to overcome differences in location of (docbook or other) style files
Coming from a Linux distribution and having copy/pasted from a number of examples across the net, I am doing the following to include DocBook style in my XSL files (processed with xsltproc):
<?xml ...
2
votes
1answer
184 views
How do I generate TOC-only HTML from DocBook?
Given a Docbook-based XML file, how do I extract just the table of contents (TOC) into its own HTML file - preferably without resorting to writing my own XSLT template? I am using xsltproc.
I'm ...
2
votes
2answers
809 views
XSL-FO: Forcing a page break between each <xi:include>
I'm trying to generate a mod spec with pdf generation. The way I have it be generated is using a contents.xml file which looks like this...
<?xml version="1.0" encoding="UTF-8"?>
<article ...
2
votes
1answer
224 views
XSLT: Conditionally add Modify Substring
I have a function that adds a zero-width characters. It's not quite working the way I want it to though. How do I get it to add the zero-space character every 15 chars only if it does not contain a ...
2
votes
2answers
794 views
XSL-fo Image size issue with pdfs
I have a large number of XML documents which are created in docbook and, through maven, are published in both an html for and a pdf form. The generations works fine, and the html looks fine. The ...
2
votes
1answer
300 views
How to generate documentation from css file?
I reference to CSSDoc specification and want to generate comment documentation from css file. The first thought used phpdocumentor tool. When execute phpdoc -o HTML:frames:default -f main.css -t docs ...
2
votes
1answer
269 views
Doing an XSL transform of a branch of a Docbook element tree
I'd like to use the docbook XSL stylesheets to render various parts of a document, without transforming the entire thing.
The complication is that some of these parts have <footnoteref> ...
2
votes
2answers
151 views
Need advice - Developing a flexible documentation system, heavily focused on localization
I've been charged with building a documentation system/platform.
Here's a short list of the major requirements:
Easily localized : This will need to support a dozen or so languages out of the ...
2
votes
3answers
276 views
DocBook macros?
Is there any way of defining macros (like tex macros o latex defines) in DocBook documents?
DocBook is very verbose, and macros would help a lot. I didn't find them
in quickstart tutorials.
If so, ...
2
votes
2answers
378 views
Is there a XSL-FO renderer which supports <fo:table table-layout=“auto”>?
I'm using Pandoc to convert Markdown to Docbook, doing stuff to it then rendering the Docbook to XSL-FO using Apache FOP. Unfortunately, Pandoc makes tables with table-layout="auto" and FOP only ...
2
votes
1answer
369 views
Enabling line-wrap in a docbook programlisting and adding a line wrap symbol
We have some programmer's manual where the example source code lines do not fit to an A4 page when converted to PDF.
Since manually line-breaking the code is too much and manual work, I am thinking ...
2
votes
2answers
231 views
docbook maxwidth on images? (xml:fo)
is there a way to specify the maximum width of images in a docbook xsl-transform?
we have a problem with screen shots being to big to fit on a page, and thus would like to set a max width on images ...
2
votes
1answer
171 views
DocBook XSL - ok to edit the original stylesheets?
I would like to make certain lines of a DocBook table of contents bold based on whether the particular <section> has a certain attribute defined. This is easy by adding an <xsl:if ...
2
votes
1answer
548 views
Is there a way to avoid IE7 quirks mode while rendering XML + CSS?
I've got some DocBook documentation styled with a CSS xml-stylesheet declaration. It looks great in Firefox, but IE7 doesn't seem to understand the CSS child selectors (e.g. section > title { ... ...
2
votes
1answer
209 views
Should DocBook be used for publishing technical documentation in English & Arabic?
I'm looking for the ideal tool to use for publishing technical documentation in English & Arabic (in the same document). Should I use DocBook, or is it better to stick with TeX/LaTeX? I am a ...
1
vote
0answers
62 views
how to use boostbook for a c++ project with documentation like boost?
As you know ,boostbook is an extension of docbook in C++ language(customize for c++). Now, I documented c++ project with doxygen tags and I want to use docbook in c++ project. The boostbook is one ...
1
vote
1answer
63 views
Populating docbook table from xml file
Question
I am looking reasonable way to populate docbook tables from xml files. Goal is to have docbook file which contains some kind of minimal reference to data needed. When the docbook file is ...
1
vote
1answer
38 views
Jboss Maven JdocBook Plugin, Multiple Executions
My team is working on a webservice project, and I am working on creating the documentation for the web service API. I have used a custom JavaDoc doclet to create two xml outputs of the available ...
1
vote
0answers
55 views
Restart footnote numbering in each 'sect1' in Docbook
As the title describes my problem is that I want to reset the footnote numbering in each 'sect1', not just in each 'chapter' or 'appendix' and etc.
So far I couldn't manage to reset it. I've tried to ...
1
vote
2answers
55 views
Transform XHTML article to Docbook
I need to transform some article about information technologies from format XHTML or HTML in to format Docbook. Then i need to transform the Docbook format in to pdf. But i have got a problem with the ...
1
vote
0answers
50 views
DocBook to OOXML
Our users are asking for a simple way to convert DocBook XML to OOXML (DocBook to Word DOCX) and back. The editing in house is done in Oxygen XML Editor but sometimes they have to send files for ...
1
vote
2answers
70 views
XLST to insert HTML snippet into resulting HTML document
I have a docBook 4.4 XML file which is a user guide. I can use the (Maven) tools to convert that to HTML, PDF no problem. The problem i have is to insert an small HTML code snippet into the resulting ...
1
vote
1answer
45 views
Docbook, turn off table numbering
As the title reflects I want to turn off the numbering of tables.
The reason is that the tables already have custom numbering (nested in the xml code).
Any suggestion is apperciated.