Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
I've been staring at this for a little while and getting nowhere. Can you see what's wrong with this line:
<a href="#" onClick="loadFestivalInfo('{umbraco.library:NiceUrl(event)}','{position()}')" class="more-info">
I've got the usual "System.OverflowException: Value was either too large or too small for an Int32." but for the life of me I think this should work!
Thanks
Hey,
Either click 'Skip testing' or add a check first
<xsl:if test="event != '' "> <a href="#" onClick="loadFestivalInfo('{umbraco.library:NiceUrl(event)}','{position()}')" class="more-info"> </xsl:if>
Rich
"woods for the trees" - bang on Rich, thanks.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Error parsing XSLT
Hi all,
I've been staring at this for a little while and getting nowhere. Can you see what's wrong with this line:
I've got the usual "System.OverflowException: Value was either too large or too small for an Int32." but for the life of me I think this should work!
Thanks
Hey,
Either click 'Skip testing' or add a check first
Rich
"woods for the trees" - bang on Rich, thanks.
is working on a reply...