Generate header IDs for deeper linking in N&N
diff --git a/development/news/phoenix_noteworthy.xsl b/development/news/phoenix_noteworthy.xsl
index 83a82e7..b4e1fe9 100644
--- a/development/news/phoenix_noteworthy.xsl
+++ b/development/news/phoenix_noteworthy.xsl
@@ -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>