0
votes
1answer
26 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 &l …
1
vote
4answers
228 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
…
0
votes
1answer
46 views
Docbook, Images, ANT
Hello! :-)
I'm trying to convert a DocBook XML - File via XSLT to HTML. The XML - File contains an image and this is were i get the following error.
build-html:
[xslt] Trans …
3
votes
3answers
102 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 sig …
0
votes
1answer
40 views
Overriding match=”*” template from DocBook XSL
DocBook XSL includes a template that matches all element
<xsl:template match="*">
<xsl:message> .... </xsl:message>
</xsl:template>
I need to override …
1
vote
1answer
23 views
How do I disable the titlepage when generating a pdf via docbook and fop?
Not that it is all that entirely practicle, I have a particular customer that is wanting to turn off the title pages in their pdfs that are getting generated. I looked and looked t …
0
votes
1answer
53 views
Adding Header and footer to a docbook
Hello,
I have a multi chapter docbook documentation. It is converted to HTMLHelp with xslproc the XSL\xsl\htmlhelp\htmlhelp.xsl file.
I need to add a footer and header to the gen …
0
votes
0answers
31 views
Docbook XSL - formatting various elements
I am having some issues formatting a PDF to my liking.
How can I set the indent for a title in a section? The title is in a sect1.
Also, I would like to be able to have less padd …
0
votes
1answer
99 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. sectio …
0
votes
2answers
126 views
Convert doc/docx to semantic HTML
I would like to convert doc/docx documents to semantic HTML.
Some wishes/requirements:
Semantic HTML such that headers in the document are <h1>, <h2> etc., tables ar …
1
vote
1answer
130 views
Integrating Images in a Docbook Manual in conjunction with phpDocumentor
Hi,
is there a possibility to include images into a docbook manual compiled by phpDocumentor?
I tried both:
<mediaobject>
<imageobject>
<imagedata fileref="pay …
0
votes
1answer
52 views
DocBook: Specifying code or markup
You can specify equations using <equation> and also several others, but what tag must be used to specify code? More specifically, PHP, HTML, CSS and Javascript? Is there a pl …
1
vote
1answer
151 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 gene …
8
votes
10answers
875 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 s …
9
votes
6answers
951 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, …
