-<xsl:template match="rdf:RDF" mode="subtitle">
- <cmd name='part*'><parm>
- <xsl:apply-templates select=".//dc:title" mode="header" />
- </parm></cmd>
+
+<xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="firstdctitle">
+ <xsl:apply-templates select="rdf:RDF" mode="firstdctitle" />
+</xsl:template>
+
+<xsl:template match="rdf:RDF" mode="firstdctitle">
+ <cmd name="subsection*"><parm>
+ <xsl:value-of select="wl:person_name(.//dc:creator/text())" />
+ </parm></cmd>
+ <cmd name="section*"><parm>
+ <xsl:value-of select=".//dc:title/text()" />
+ </parm></cmd>