popular customization: add planet name to each entry title
This commit is contained in:
parent
49a80d8ee0
commit
299dfeb6cc
@ -29,6 +29,18 @@
|
||||
</xsl:copy>
|
||||
</xsl:template>
|
||||
|
||||
<!-- popular customization: add planet name to each entry title
|
||||
<xsl:template match="atom:entry/atom:title">
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:copy>
|
||||
<xsl:apply-templates select="@*"/>
|
||||
<xsl:value-of select="../atom:source/planet:name"/>
|
||||
<xsl:text>: </xsl:text>
|
||||
<xsl:apply-templates select="node()"/>
|
||||
</xsl:copy>
|
||||
</xsl:template>
|
||||
-->
|
||||
|
||||
<!-- indent atom elements -->
|
||||
<xsl:template match="atom:*">
|
||||
<!-- double space before atom:entries -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user