X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4607903456ce2c96d5c40d72c603093ef02f5d29..22aac0da99594406b261f14c135812c855c196ef:/platforma/static/xsl/html2wl_client.xsl?ds=sidebyside diff --git a/platforma/static/xsl/html2wl_client.xsl b/platforma/static/xsl/html2wl_client.xsl index 726a404a..4a5ab968 100755 --- a/platforma/static/xsl/html2wl_client.xsl +++ b/platforma/static/xsl/html2wl_client.xsl @@ -7,12 +7,11 @@ xmlns:dc="http://purl.org/dc/elements/1.1/" > - <xsl:output method="xml" encoding="utf-8" indent="yes"/> + <xsl:output method="xml" encoding="utf-8" indent="no" omit-xml-declaration="yes" /> <!-- Ten dokument definiujÄ przeksztaÅcenie odwrotne do wl2html --> - <xsl:template match="comment()"><xsl:copy /></xsl:template> <!-- libxslt has fuck-ed prorities --> @@ -23,7 +22,7 @@ <xsl:template match="@*" priority="0" /> <!-- Specjalne reguÅy dla przypisów --> - <xsl:template match="*[@x-annotation-box]"> + <xsl:template match="*[@x-annotation-box]|*[@class='theme-text-list']"> <xsl:apply-templates select="node()" /> </xsl:template> @@ -34,7 +33,7 @@ </xsl:element> </xsl:template> - <xsl:template match="*[@x-node = 'out-of-flow-text']"><xsl:value-of select="@x-content" /></xsl:template> + <xsl:template match="*[@x-node = 'out-of-flow-text']"><xsl:value-of select="." /></xsl:template> <!-- Specjalne reguÅy dla wersów --> <xsl:template match="*[@x-node = 'wers']"> @@ -86,8 +85,8 @@ <xsl:element name="{@X-NODE}" namespace="{@X-NS}"><xsl:apply-templates select="@*|node()" /></xsl:element> <xsl:if test="count(following-sibling::*[starts-with(@X-NODE, 'wers')]) > 0"><xsl:text>/
</xsl:text></xsl:if> </xsl:template> - - - + <xsl:template match="*" /> + + </xsl:stylesheet> \ No newline at end of file