I have the following segment inside my XSLT transform:
<property name="Value"><xsl:value-of select="for $index in ...
msxsl.exe produces the following error:
Code: 0x80004005
Expected token 'EOF' found '$'.
for -->$<--index in ...
Is this a syntax error? The code before the shown segment seems to be fine. What am I doing wrong?
Thanks!