Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Apart from the header you gave, did you try a smaller example, like this one from the <a href="http://www.docbook.org/tdg5/en/html/docbook.html" rel="nofollow noreferrer">DocBook 5.0: The Definitive Guide</a> ?</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;book xmlns='http://docbook.org/ns/docbook'&gt; &lt;title&gt;An Example Book&lt;/title&gt; &lt;titleabbrev&gt;Example&lt;/titleabbrev&gt; &lt;info&gt; &lt;legalnotice&gt;&lt;para&gt;No notice is required.&lt;/para&gt;&lt;/legalnotice&gt; &lt;author&gt;&lt;personname&gt; &lt;firstname&gt;Norman&lt;/firstname&gt;&lt;surname&gt;Walsh&lt;/surname&gt; &lt;/personname&gt;&lt;/author&gt; &lt;/info&gt; &lt;dedication&gt; &lt;para&gt; This book is dedicated to you. &lt;/para&gt; &lt;/dedication&gt; &lt;preface&gt; &lt;title&gt;Foreword&lt;/title&gt; &lt;para&gt; Some content is always required. &lt;/para&gt; &lt;/preface&gt; &lt;chapter&gt; &lt;title&gt;A Chapter&lt;/title&gt; &lt;para&gt; Content is required in chapters too. &lt;/para&gt; &lt;/chapter&gt; &lt;appendix&gt; &lt;title&gt;Optional Appendix&lt;/title&gt; &lt;para&gt; Appendixes are optional. &lt;/para&gt; &lt;/appendix&gt; &lt;/book&gt; </code></pre> <p>Just rendered it to a PDF through one of my Maven environments. Can you give a small example (or a few separated onces) containing some content, which makes the use of all the additional name spaces necessary.</p> <p>In case the above example does not work, and you are interested in how I have setup my environment read <a href="http://docbook-utils.sourceforge.net/maven-tidy-plugin_1.0/docbook/article-user-guide.html#section-maven-tidy-plugin-for-docbook-content" rel="nofollow noreferrer">Making DocBook content available in a Maven project site</a>. Just replace the example with the above DocBook 5.0 example. Only the <code>docbkx-maven-plugin</code> is of interest, in relation to this question. (PS: Some basic knowledge of Java and Maven2 is required for this.)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload