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
Is this a case of a reserved word or something? Anyone else had this:
<xsl:template name="test"> <xsl:param name="page" select="umbraco.library:Request('page')" /> <xsl:template>
Saves just fine but when running it I get the usual XSLT error message rendered out. Any ideas?
What does it say with /somepage?umbDebugShowTrace=True ?
Any hints as to what's wrong there?
/Chriztian
Worked for me. Does it work, when you remove the "select" attribute of the "xsl:param" element?
Atze
Just tried this and didn't get an error. Please specify the details of your error and what version of Umbraco you're working with. What are you expecting for a result?
Thanks,Nik
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
umbraco.library:Request('page') gooses my XSLT?
Is this a case of a reserved word or something? Anyone else had this:
Saves just fine but when running it I get the usual XSLT error message rendered out. Any ideas?
What does it say with /somepage?umbDebugShowTrace=True ?
Any hints as to what's wrong there?
/Chriztian
Worked for me. Does it work, when you remove the "select" attribute of the "xsl:param" element?
Atze
Just tried this and didn't get an error. Please specify the details of your error and what version of Umbraco you're working with. What are you expecting for a result?
Thanks,
Nik
is working on a reply...