- <xsl:when test="@class = 'p'">
- <akap><xsl:apply-templates /></akap>
- </xsl:when>
- <xsl:when test="@class = 'list'">
- <lista typ="punkt"><xsl:apply-templates /></lista>
- </xsl:when>
- <xsl:when test="@class = 'list.itemized'">
- <lista typ="punkt"><xsl:apply-templates /></lista>
- </xsl:when>
- <xsl:when test="@class = 'item'">
- <punkt><xsl:apply-templates /></punkt>