Hi,
I have added a new field into the Resorts Section to be used to feature the URL of the resort chosen.
I have tried unsuccessfully to amend the code in details.xsl...
<xsl:if test="string-length(entry/fields/field_website_url/data) > 0">
<xsl:attribute name="href">
<xsl:value-of select="url:encode(entry/fields/field_website_url/data)" />
</xsl:attribute>
</xsl:if>
But this causes a failure of the page and wont display.
What am I not doing or is my code incorrect? Any assistance would be greatly appreciated.
Thanks in advance.
Eric