Hi,
In this case:
<a itemprop="url" >
<xsl:attribute name="href">
<xsl:value-of select="@FriendlyHref" disable-output-escaping="yes"/>
</xsl:attribute>
<xsl:value-of select="@MenuText" disable-output-escaping="yes"/>
</a>
How would I go about making it look like this in xslt:
<a itemprop="url" href="/">
<span itemprop="title">Forside</span>
</a>
Basically I need the span to be around the @Menutext