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
Hello,When I try to create XSLT file, I have a problem.Can anyone help me?
Instead of
<xsl:value-of select="work" />
try
<xsl:value-of select="('work')" />
This will tell you if it is an error with your XSLT select statement or not as you will just be selecting a string
I changed it but it still doesn't work...
Hi pan_wlodek,
I think I know what is wrong here.
Try this one, to see if it´s solve your error problem.
<xsl:value-of select="$currentPage/work"/>
This will write the value of the field with the work property, on the page where the album macro is placed.
I hope this can help you further.
/Dennis
It still doesn't work... :(
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
XSLT error System.NullReferenceException
Hello,
When I try to create XSLT file, I have a problem.
Can anyone help me?
Instead of
<xsl:value-of select="work" />
try
<xsl:value-of select="('work')" />
This will tell you if it is an error with your XSLT select statement or not as you will just be selecting a string
I changed it but it still doesn't work...
Hi pan_wlodek,
I think I know what is wrong here.
Try this one, to see if it´s solve your error problem.
<xsl:value-of select="$currentPage/work"/>
This will write the value of the field with the work property, on the page where the album macro is placed.
I hope this can help you further.
/Dennis
It still doesn't work... :(
is working on a reply...