+
+ <TeXML escape="0">
+ \def\coverby{
+ <xsl:if test="@data-cover-by">Okładka na podstawie:
+ <xsl:choose>
+ <xsl:when test="@data-cover-source">
+ \href{\datacoversource}{\datacoverby}
+ </xsl:when>
+ <xsl:otherwise>
+ \datacoverby{}
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:if>
+ }
+ </TeXML>
+