User: robertDouglass Branch: DRUPAL-5 Date: Tue, 29 Jul 2008 19:05:49 +0000 Modified files: /modules/export_docbook export_docbook.css h2db.xsl Log message: 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. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/export_docbook/exp... http://cvs.drupal.org/diff.php?path=contributions/modules/export_docbook/h2d...
participants (1)
-
drupal-cvs@drupal.org