Copied to clipboard

Flag this post as spam?

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


  • dominik 711 posts 733 karma points
    Apr 27, 2011 @ 10:53
    dominik
    0

    Get values of countryPicker list

    Hi Everybody,

    How can i get the selected items of the multiple countryPicker list in XSLT?

     

    Just tried:

    <xsl:variable name="country" select="$currentPage/country" />
    <xsl:variable name="countries" select="umbraco.library:Split($country,',')" />
     
     
    <ul>
      <xsl:for-each select="$countries//value">
        <li><xsl:value-of select="." /></li>
      </xsl:for-each
    </ul>

    I always get ListBox as value but this is the name of the list and not the value

    it would be great if some of the developer of uComponents can help

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft