<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to doc-requests</title><link>https://sourceforge.net/p/docbook/doc-requests/</link><description>Recent changes to doc-requests</description><atom:link href="https://sourceforge.net/p/docbook/doc-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 13 Sep 2015 18:04:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/docbook/doc-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>outdated info at http://www.docbook.org/whatis</title><link>https://sourceforge.net/p/docbook/doc-requests/79/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I couldn't find any contact information on the webpages at docbook.org, so I'll report this here ...&lt;/p&gt;
&lt;p&gt;The last sentence at &lt;a href="http://www.docbook.org/whatis" rel="nofollow"&gt;http://www.docbook.org/whatis&lt;/a&gt; says that there are plans to develop an XML Schema, but it seems that these have already been developed (and published), so you'll want to update this text.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Hawkins</dc:creator><pubDate>Sun, 13 Sep 2015 18:04:40 -0000</pubDate><guid>https://sourceforge.netea2209e9a130c7aa77ba524d1981ab166aa7cb6f</guid></item><item><title>"DocBook 5.1: The Definitive Guide" V1.4.14 needs updates  to be in sync with assembly.rng V5.1CR3 - More updates</title><link>https://sourceforge.net/p/docbook/doc-requests/78/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In my first post called&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;"DocBook 5.1: The Definitive Guide" V1.4.14 needs updates &lt;br /&gt;
to be in sync with assembly.rng V5.1CR3&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I forgot the following discrepancies between the doc and the schema:&lt;/p&gt;
&lt;h2 id="6-docbook-assemblies"&gt;6. DocBook Assemblies&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;3.4. Relationships&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/ch06.html#relationships" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/ch06.html#relationships&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the following example:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;relationship&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"seealso"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;instance&lt;/span&gt; &lt;span class="na"&gt;resourceref=&lt;/span&gt;&lt;span class="s"&gt;"tut1"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;instance&lt;/span&gt; &lt;span class="na"&gt;resourceref=&lt;/span&gt;&lt;span class="s"&gt;"tut2"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;instance&lt;/span&gt; &lt;span class="na"&gt;resourceref=&lt;/span&gt;&lt;span class="s"&gt;"task1"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/relationship&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;and also in:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;relationship&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"path"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;info&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;New User Introduction&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/info&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;instance&lt;/span&gt; &lt;span class="na"&gt;resourceref=&lt;/span&gt;&lt;span class="s"&gt;"over1"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;instance&lt;/span&gt; &lt;span class="na"&gt;resourceref=&lt;/span&gt;&lt;span class="s"&gt;"over2"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;instance&lt;/span&gt; &lt;span class="na"&gt;resourceref=&lt;/span&gt;&lt;span class="s"&gt;"task3"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;instance&lt;/span&gt; &lt;span class="na"&gt;resourceref=&lt;/span&gt;&lt;span class="s"&gt;"cleanup"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/relationship&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Attribute resourceref should be replaced by attribute&lt;br /&gt;
linkend. (Or is it the schema which is incorrect, because&lt;br /&gt;
attribute resourceref is also used on element merge in&lt;br /&gt;
addition to elements structure and module.)&lt;/p&gt;
&lt;h2 id="ii-docbook-assembly-element-reference"&gt;II. DocBook Assembly Element Reference&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;"Attributes" in element instance:&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/instance.html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/instance.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please explain attribute linking by giving an example of its use.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;"Processing expectations" in element relationship:&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/relationships.html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/relationships.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please explain how the links specified by relationships and&lt;br /&gt;
relationship elements are added to the realized document.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;"Processing expectations" in element relationships:&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/relationships.html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/relationships.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Same comment as above.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hussein Shafie</dc:creator><pubDate>Thu, 14 May 2015 10:09:33 -0000</pubDate><guid>https://sourceforge.netc162eb8781e9addc87c1838aa06f9539a362b848</guid></item><item><title>Clarifications needed about common attributes processing in an assembly</title><link>https://sourceforge.net/p/docbook/doc-requests/77/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In my understanding, something like: snippet #1:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;module&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;output&lt;/span&gt; &lt;span class="na"&gt;renderas=&lt;/span&gt;&lt;span class="s"&gt;"appendix"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;info&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Troubleshooting spindle and bearing problems&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/info&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;or like this (where "tut3" points to a topic having no&lt;br /&gt;
xml:id and containing no info element other than a title):&lt;br /&gt;
snippet #2:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;module&lt;/span&gt; &lt;span class="na"&gt;resourceref=&lt;/span&gt;&lt;span class="s"&gt;"tut3"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;output&lt;/span&gt; &lt;span class="na"&gt;renderas=&lt;/span&gt;&lt;span class="s"&gt;"appendix"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;merge&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Troubleshooting spindle and bearing problems&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/merge&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;gives the following realized structure:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;appendix&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;info&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Troubleshooting spindle and bearing problems&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/info&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;My questions are then:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;How to add or replace common &lt;strong&gt;attributes&lt;/strong&gt; to/in the realized&lt;br /&gt;
structure?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How to &lt;strong&gt;add&lt;/strong&gt; info elements to the realized structure?&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let's suppose I want the realized structure to be:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;appendix&lt;/span&gt; &lt;span class="na"&gt;xml:id=&lt;/span&gt;&lt;span class="s"&gt;"spindle_bearing_problems"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;info&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Troubleshooting spindle and bearing problems&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;author&amp;gt;&amp;lt;orgname&amp;gt;&lt;/span&gt;ACME Corp.&lt;span class="nt"&gt;&amp;lt;/orgname&amp;gt;&amp;lt;/author&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/info&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;(1) Do I need to change snippet #1 to:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;module&lt;/span&gt; &lt;span class="na"&gt;xml:id=&lt;/span&gt;&lt;span class="s"&gt;"spindle_bearing_problems"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;output&lt;/span&gt; &lt;span class="na"&gt;renderas=&lt;/span&gt;&lt;span class="s"&gt;"appendix"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;info&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Troubleshooting spindle and bearing problems&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;author&amp;gt;&amp;lt;orgname&amp;gt;&lt;/span&gt;ACME Corp.&lt;span class="nt"&gt;&amp;lt;/orgname&amp;gt;&amp;lt;/author&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/info&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;or is it:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;module&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;output&lt;/span&gt; &lt;span class="na"&gt;renderas=&lt;/span&gt;&lt;span class="s"&gt;"appendix"&lt;/span&gt; &lt;span class="na"&gt;xml:id=&lt;/span&gt;&lt;span class="s"&gt;"spindle_bearing_problems"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;info&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Troubleshooting spindle and bearing problems&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;author&amp;gt;&amp;lt;orgname&amp;gt;&lt;/span&gt;ACME Corp.&lt;span class="nt"&gt;&amp;lt;/orgname&amp;gt;&amp;lt;/author&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/info&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;(2) Do I need to change snippet #2 to:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;module&lt;/span&gt; &lt;span class="na"&gt;resourceref=&lt;/span&gt;&lt;span class="s"&gt;"tut3"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;output&lt;/span&gt; &lt;span class="na"&gt;renderas=&lt;/span&gt;&lt;span class="s"&gt;"appendix"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;merge&lt;/span&gt; &lt;span class="na"&gt;xml:id=&lt;/span&gt;&lt;span class="s"&gt;"spindle_bearing_problems"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Troubleshooting spindle and bearing problems&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;author&amp;gt;&amp;lt;orgname&amp;gt;&lt;/span&gt;ACME Corp.&lt;span class="nt"&gt;&amp;lt;/orgname&amp;gt;&amp;lt;/author&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/merge&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;In "DocBook 5.1: The Definitive Guide" V1.4.14, II. DocBook&lt;br /&gt;
Assembly Element Reference, I can read:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Element structure&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/structure.html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/structure.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Common attributes on the structure element are generally copied onto the&lt;br /&gt;
output root element.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;However there is no such indication on element module&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/module.html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/module.html&lt;/a&gt; which seems&lt;br /&gt;
to be inconsistent because a structure is basically a top&lt;br /&gt;
level module.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Element merge&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/merge.html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/merge.html&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;How to merge (that is, add or replace) common attributes is not&lt;br /&gt;
  specified.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I can read:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When used in a module, the merge element indicates&lt;br /&gt;
    elements in the meta-information of the included resource&lt;br /&gt;
    that should be &lt;em&gt;replaced&lt;/em&gt; with the content of the merge&lt;br /&gt;
    element.&lt;/p&gt;
&lt;p&gt;Each element in the merge &lt;em&gt;replaces&lt;/em&gt; all elements of&lt;br /&gt;
    the same name in the meta-information of the&lt;br /&gt;
    included resource.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But what about &lt;strong&gt;adding&lt;/strong&gt; info elements? Shouldn't the&lt;br /&gt;
  above paragraph read:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When used in a module or in a structure, the merge&lt;br /&gt;
    element indicates elements in the meta-information of the&lt;br /&gt;
    included resource that should be merged, that is &lt;strong&gt;added&lt;/strong&gt; &lt;strong&gt;or&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;replaced&lt;/strong&gt;, with the content of the merge element.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hussein Shafie</dc:creator><pubDate>Sun, 10 May 2015 08:28:28 -0000</pubDate><guid>https://sourceforge.net90c31687e82206305baff0ec1f1fd3652ccd1a45</guid></item><item><title>"DocBook 5.1: The Definitive Guide" V1.4.14 needs updates  to be in sync with assembly.rng V5.1CR3</title><link>https://sourceforge.net/p/docbook/doc-requests/76/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using the DocBook V5.1CR3 RELAX NG Schema of assemblies&lt;br /&gt;
as a reference and after carefully reading everyting related&lt;br /&gt;
to assemblies in "DocBook 5.1: The Definitive Guide"&lt;br /&gt;
V1.4.14, I think I've found the following discrepancies:&lt;/p&gt;
&lt;h2 id="6-docbook-assemblies"&gt;6. DocBook Assemblies&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;All over this chapter:&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/ch06.html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/ch06.html&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Attribute type is discussed in many places. However&lt;br /&gt;
according to the schema, only structure has a type&lt;br /&gt;
attribute, not elements output, filterin, filterout.&lt;/p&gt;
&lt;p&gt;Moreoever, attribute type is set on elements output,&lt;br /&gt;
filterin, filterout in several examples.&lt;/p&gt;
&lt;p&gt;In my understanding, except on element structure, attribute&lt;br /&gt;
type should be replaced by attribute outputformat.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In some examples, attribute format is set on element&lt;br /&gt;
output. In my understanding, attribute type should be&lt;br /&gt;
replaced by attribute outputformat.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;"3.5. Transformations"&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/ch06.html#transformations" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/ch06.html#transformations&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A use case for attribute grammar should be given.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;4.1. Describing a Help System with an Assembly, &lt;br /&gt;
Example 6.1. Resources for a Help System&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/ch06.html#assemblies.15.6" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/ch06.html#assemblies.15.6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some resource elements are missing required attribute href.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;4.1. Describing a Help System with an Assembly,&lt;br /&gt;
Example 6.3. The Front End&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/ch06.html#assemblies.15.6" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/ch06.html#assemblies.15.6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A module element cannot contain &amp;lt;toc/&amp;gt; or &amp;lt;index/&amp;gt;. In my&lt;br /&gt;
understanding, one should reference a resource pointing to a&lt;br /&gt;
topic containing &amp;lt;toc/&amp;gt; or &amp;lt;index/&amp;gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Example: Assembling a Printed Book&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/ch06.html#ex-book" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/ch06.html#ex-book&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Same problem as above.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Example: Assembling a Printed Book&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/ch06.html#ex-book" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/ch06.html#ex-book&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In paragraph and in the example which follows:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Instead, we introduce one more convention: if a module&lt;br /&gt;
refers to another resource and contains an info element,&lt;br /&gt;
then the elements within that info replace any elements of&lt;br /&gt;
the same name in the referenced resource's metadata. (If the&lt;br /&gt;
referenced resource has no metadata, then the specified info&lt;br /&gt;
becomes the first child of the referenced resource.)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;in my understanding, element info should be replaced by element merge.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Example: Assembling an Online Book&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/ch06.html#ex-html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/ch06.html#ex-html&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Same problem as above in the example.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Example: Assembling an Online Book&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/ch06.html#ex-html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/ch06.html#ex-html&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please clarify the effect of elements filterin, filterout on&lt;br /&gt;
the contents pulled from the resource referenced by a&lt;br /&gt;
module.&lt;/p&gt;
&lt;p&gt;For example, just writing "print only content is excluded&lt;br /&gt;
globally" to describe&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&amp;lt;structure xml:id="user-guide"&amp;gt;
    ...
    &amp;lt;filterout type="web" condition="print"/&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;is not very clear.&lt;/p&gt;
&lt;p&gt;(In contrast, writing "If no conditions are specified on&lt;br /&gt;
filterout, the module is unconditionally excluded" is quite&lt;br /&gt;
clear.)&lt;/p&gt;
&lt;h2 id="ii-docbook-assembly-element-reference"&gt;II. DocBook Assembly Element Reference&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;"Examples" in element transform: &lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/transform.html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/transform.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;attribute fileref must be replaced by attribute href&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;"Attributes" in element structure:&lt;br /&gt;
&lt;a href="http://docbook.org/tdg51/en/html/structure.html" rel="nofollow"&gt;http://docbook.org/tdg51/en/html/structure.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please clarify attributes type, defaultformat.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hussein Shafie</dc:creator><pubDate>Sat, 09 May 2015 09:56:26 -0000</pubDate><guid>https://sourceforge.netca28662d69cb65e41d4e4f10930d467f94c62885</guid></item><item><title>More comments on TCG, 4th edition</title><link>https://sourceforge.net/p/docbook/doc-requests/75/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;1. &lt;a href="http://www.sagehill.net/docbookxsl/IndexOutput.html" rel="nofollow"&gt;http://www.sagehill.net/docbookxsl/IndexOutput.html&lt;/a&gt; (page 312)&lt;/p&gt;
&lt;p&gt;Here it says: "Characters such as a, à, and ä should sort together, but they do not."&lt;/p&gt;
&lt;p&gt;This needs some clarification, since it varies a lot between languages. For example, Swedish has a (U+0061) and ä (U+00E4) characters, and they should not be sorted together.&lt;/p&gt;
&lt;p&gt;2. &lt;a href="http://www.sagehill.net/docbookxsl/Chunking.html#ControllingChunks" rel="nofollow"&gt;http://www.sagehill.net/docbookxsl/Chunking.html#ControllingChunks&lt;/a&gt; (pages 67-68)&lt;/p&gt;
&lt;p&gt;Quote: "When you use this process, you must have an id attribute on every element that you want to start a new chunk. This includes the document element, which generates the title page and table of contents. You can see which elements do not have an id by examining the generated TOC file and looking for empty id attributes in the tocentrys."&lt;/p&gt;
&lt;p&gt;As far as I can tell, there is no need to have id attributes on every element that should start a new chunk. If there are no IDs, they are autogenerated (and btw, the tocentrys don't have id attributes; they have linkend attributes.)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mauritz Jeanson</dc:creator><pubDate>Fri, 15 Jan 2010 19:59:37 -0000</pubDate><guid>https://sourceforge.net8043feeface5241a5a16961bfdabe5d73c0fd88f</guid></item><item><title>man.string.subst.map example uses undefined ss namespace</title><link>https://sourceforge.net/p/docbook/doc-requests/74/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The examples for the man.string.subst.map parameter use an ss namespace like &amp;lt;ss:substitution&amp;gt;, but this namespace is not defined anywhere and turns out not to be necessary.  It should be removed from the documentation.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Eisentraut</dc:creator><pubDate>Sun, 02 Aug 2009 20:10:48 -0000</pubDate><guid>https://sourceforge.netdf06d299705e523e1b0cca5605a07e2308938671</guid></item><item><title>Wrong the first name of pan Kosek</title><link>https://sourceforge.net/p/docbook/doc-requests/73/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the pdf under the book title where all persons are mentioned the first name of pan Kosek looks somehow strangely&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yuri Zhilin</dc:creator><pubDate>Thu, 16 Apr 2009 09:41:35 -0000</pubDate><guid>https://sourceforge.net7acd814c59eafd702efdc327d4c98e0026ffe430</guid></item><item><title>Needless words after sentence</title><link>https://sourceforge.net/p/docbook/doc-requests/72/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the description of the parameter title.margin.left there is:&lt;br /&gt;
"... Currently this method is only used for FOP&lt;br /&gt;
because it cannot properly use the body.start.indent parameter. the relative"&lt;br /&gt;
That "the reletive" I mean as needless, but maybe there should be somthing meaningfull...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yuri Zhilin</dc:creator><pubDate>Thu, 16 Apr 2009 09:38:38 -0000</pubDate><guid>https://sourceforge.net04c8434d635e65c9814e978c7f1300128f2e8285</guid></item><item><title>Errors in TCG, 4th edition</title><link>https://sourceforge.net/p/docbook/doc-requests/71/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here are some minor errors in Docbook XSL TCG, fourth edition.&lt;/p&gt;
&lt;p&gt;1. &lt;a href="http://www.sagehill.net/docbookxsl/OnlineResources.html" rel="nofollow"&gt;http://www.sagehill.net/docbookxsl/OnlineResources.html&lt;/a&gt; (page 5)&lt;/p&gt;
&lt;p&gt;The address to the SF account registration page is &lt;a href="https://sourceforge.net/account/registration/"&gt;https://sourceforge.net/account/registration/&lt;/a&gt;&lt;br /&gt;
(as of 2008-07-12).&lt;/p&gt;
&lt;p&gt;2. &lt;a href="http://www.sagehill.net/docbookxsl/ToolsSetup.html#Validation" rel="nofollow"&gt;http://www.sagehill.net/docbookxsl/ToolsSetup.html#Validation&lt;/a&gt; (page 14) &lt;br /&gt;
"For example, xsltproc includes a program called xmllint...". &lt;/p&gt;
&lt;p&gt;This is not correct: xmllint is not part of xsltproc; it comes with the libxml2 library.&lt;/p&gt;
&lt;p&gt;3. &lt;a href="http://www.sagehill.net/docbookxsl/InstallingAProcessor.html" rel="nofollow"&gt;http://www.sagehill.net/docbookxsl/InstallingAProcessor.html&lt;/a&gt; (pages 24, 25, 26)&lt;/p&gt;
&lt;p&gt;Replace "xalan25.jar" with "xalan27.jar".&lt;/p&gt;
&lt;p&gt;4. &lt;a href="http://www.sagehill.net/docbookxsl/SpecialChars.html#MissingChars" rel="nofollow"&gt;http://www.sagehill.net/docbookxsl/SpecialChars.html#MissingChars&lt;/a&gt; (page 331)&lt;br /&gt;
"Most XSLT processors do not do full validation, but they do load the entities defined in the DTD." &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sagehill.net/docbookxsl/ToolsSetup.html#Validation" rel="nofollow"&gt;http://www.sagehill.net/docbookxsl/ToolsSetup.html#Validation&lt;/a&gt; (page 13)&lt;br /&gt;
"Most XSL processors won't automatically take the time to validate your document while it is converting it to HTML or XSL-FO". &lt;/p&gt;
&lt;p&gt;Both these sentences are a little misleading: the XML parser does the validation and loading of entities.&lt;/p&gt;
&lt;p&gt;5. &lt;a href="http://www.sagehill.net/docbookxsl/OtherOutputForms.html#XhtmlXsltproc" rel="nofollow"&gt;http://www.sagehill.net/docbookxsl/OtherOutputForms.html#XhtmlXsltproc&lt;/a&gt; (page 409)&lt;br /&gt;
"The head element includes an XHTML namespace declaration"&lt;/p&gt;
&lt;p&gt;Wrong: it is the "html" element that has the namespace declaration.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mauritz Jeanson</dc:creator><pubDate>Sat, 12 Jul 2008 14:16:36 -0000</pubDate><guid>https://sourceforge.netea2a63fbdf92491e1aeaaf153fe4b2158d8537f7</guid></item><item><title>dbhtml_bgcolor PI documentation addition (minor)</title><link>https://sourceforge.net/p/docbook/doc-requests/70/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The text:&lt;/p&gt;
&lt;p&gt;Use the &amp;lt;?dbhtml bgcolor?&amp;gt; PI as child of a table row or cell to set a background color for that table row or cell.&lt;/p&gt;
&lt;p&gt;should probably be modified to indicate that this PI only works for CALS tables, not HTML tables.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Creech</dc:creator><pubDate>Tue, 20 May 2008 17:50:16 -0000</pubDate><guid>https://sourceforge.netf01803ddc671d4b9e3e24aebdfe01274f0268279</guid></item></channel></rss>