Commit #130434 by robertDouglass at 19:05
Export DocBook: /modules/export_docbook/export_docbook.css 1.1.2.2 @ DRUPAL-5Export DocBook: /modules/export_docbook/h2db.xsl 1.1.4.16 @ DRUPAL-5
XSLT is groovy. Now sidebar, tip, warning, caution, and note all work the same way:
<div class="docbook-sidebar|docbook-tip|docbook-warning|docbook-caution|docbook-note">
<h2>This is the title</h2>
<p>Text goes here</>
...
</div>
This formation will become a Docbook XML sidebar|tip|warning|caution|note.
If there is an adjacent child <h2> within the div,
that will become the sidebar's title. There should be no text that is an immediate child of the <div>. Text should always be in <p> or other elements.




