In this step you will add the instructions that create the story summary to the summary GN4 attribute.

Partial code

 <summary>

   <xsl:value-of select="fn:trimText($ContentItem/DataContent,500,' ','...')"/>

 </summary>