Copied to clipboard

Flag this post as spam?

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


  • Dinovo 40 posts 59 karma points
    Dec 12, 2009 @ 23:52
    Dinovo
    0

    Combining 2 strings ?

    I am trying to create a comma seperated string which i am saving in a cookie. The values are simply nodeid's requested via querystring.

    So i have a string/cookie with the value of "1111" how do i add the value ",1112" and so on to this string/cookie via xslt? I have tried playing around with string-join, but i cant get it to work.

    Any ideas? :)

  • Soeren Sprogoe 575 posts 259 karma points
    Dec 13, 2009 @ 01:13
    Soeren Sprogoe
    1

    Try concat(string1, string2)

    /SoerenS

  • 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