Skip to content
Snippets Groups Projects
Commit e73cc4bf authored by Nitin Dahyabhai's avatar Nitin Dahyabhai
Browse files

Generate header IDs for deeper linking in N&N

parent 2302be8f
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,10 @@
<xsl:template match="item">
<xsl:comment>new item</xsl:comment>
<h3>
<xsl:attribute name="id">
<xsl:value-of select="@title" />
</xsl:attribute>
<xsl:apply-templates select="title" />
<xsl:value-of select="@title" />
</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment