Drupal: text/plain – h2 bude podtřžené = místo # + podpora značky cite.
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon Oct 17 21:06:24 2011 +0200 (2011-10-17)
changeset 92a865136070a0
parent 91 70286a6cf338
child 93 3009cb0be547
Drupal: text/plain – h2 bude podtřžené = místo # + podpora značky cite.
helpers/mimeTextPart.xsl
     1.1 --- a/helpers/mimeTextPart.xsl	Mon Oct 17 19:50:23 2011 +0200
     1.2 +++ b/helpers/mimeTextPart.xsl	Mon Oct 17 21:06:24 2011 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4  	<xsl:template match="h:h1">
     1.5  		<xsl:value-of select="text()"/>
     1.6  		<xsl:text>&#10;</xsl:text>
     1.7 -		<xsl:for-each select="1 to string-length(.)">#</xsl:for-each>		
     1.8 +		<xsl:for-each select="1 to string-length(.)">=</xsl:for-each>		
     1.9  		<xsl:text>&#10;</xsl:text>
    1.10  		<xsl:text>&#10;</xsl:text>
    1.11  	</xsl:template>
    1.12 @@ -85,7 +85,12 @@
    1.13  		<xsl:text>&#10;</xsl:text>
    1.14  		<xsl:text>&#10;</xsl:text>
    1.15  	</xsl:template>
    1.16 -	
    1.17 +
    1.18 +	<xsl:template match="h:cite[not(matches(., '^(&quot;|„)'))]">
    1.19 +		<xsl:text>„</xsl:text>
    1.20 +		<xsl:apply-templates/>
    1.21 +		<xsl:text>“</xsl:text>
    1.22 +	</xsl:template>	
    1.23  	
    1.24  	<xsl:template match="h:a">
    1.25  		<xsl:text>"</xsl:text>