Konvertierung DocBook nach Pearson: title, para

<xsl:template match="para">
  <p><xsl:apply-templates/></p>
</xsl:template>

<xsl:template match="title">
  <title><xsl:apply-templates/></title>
</xsl:template>