Boost C++ Libraries: Ticket #2440: Content after sections causes invalid boostbook. https://svn.boost.org/trac10/ticket/2440 <p> It's probably impossible to get quickbook to always generate valid boostbook, but we could make some small improvements. In this case: </p> <pre class="wiki"> [section ...] ... [endsect] [#target] [section ...] ... [endsect] </pre><p> Docbook doesn't allow anchors between sections (so neither does boostbook) - but the anchor could be placed in the following section's title. This has been causing problems for fop. </p> <p> It might also be useful to warn about paragraphs between (or after) sections when valid boostbook can't be generated. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2440 Trac 1.4.3 Daniel James Sun, 06 Jun 2010 06:23:55 GMT owner, status, summary changed https://svn.boost.org/trac10/ticket/2440#comment:1 https://svn.boost.org/trac10/ticket/2440#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>summary</strong> <span class="trac-field-old">Invalid boostbook is causing problems with fop.</span> → <span class="trac-field-new">Content after sections causes invalid boostbook.</span> </li> </ul> <p> Just improving the summary. This should be easier to fix in the spirit 2 port. A little tricky as anchors should be associated with the following section, but a paragraph should probably be moved into the previous section. </p> Ticket Daniel James Sun, 28 Apr 2013 14:02:50 GMT status, description changed; resolution set https://svn.boost.org/trac10/ticket/2440#comment:2 https://svn.boost.org/trac10/ticket/2440#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/2440?action=diff&amp;version=2">diff</a>) </li> </ul> <p> The anchor part of this was fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/67324" title="Smarter anchor support.">[67324]</a>. Other content between sections isn't handled, but I think that anchors were the important part, so I'm marking this as fixed. </p> Ticket