Commit 130525 by robertDouglass

Commit #130525 by robertDouglass at 05:36
Export DocBook: /modules/export_docbook/h2db.xsl 1.1.4.18 @ DRUPAL-5
Unify DIV and SPAN handling. Instead of trying to enumerate all of the possible DocbookXML elements that we might want to include, andy div or span tag with a class name of docbook-foo will create a foo element (there's no checking to make sure foo is a real element\!). The first <h2> becomes the title. Any text not wrapped in an element gets a <para> wrapper.