In this step you will add the instructions that copy the story keywords to the keywords GN4 attribute.

 <keywords>

   <xsl:for-each select="$DescriptiveMetadata/Property[@FormalName='Keyword']">

     <item>

       <xsl:value-of select="@Value"/>

     </item>

   </xsl:for-each>

 </keywords>