Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter Duncanson 430 posts 1360 karma points c-trib
    Nov 11, 2010 @ 14:42
    Peter Duncanson
    0

    umbraco.library:Request('page') gooses my XSLT?

    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?

  • Chriztian Steinmeier 2800 posts 8791 karma points MVP 8x admin c-trib
    Nov 11, 2010 @ 14:51
    Chriztian Steinmeier
    0

    What does it say with /somepage?umbDebugShowTrace=True  ?

    Any hints as to what's wrong there?

    /Chriztian

  • atze187 160 posts 215 karma points
    Nov 11, 2010 @ 15:07
    atze187
    0

    Worked for me. Does it work, when you remove the "select" attribute of the "xsl:param" element?

    Atze

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Nov 11, 2010 @ 16:35
    Nik Wahlberg
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies