Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListHow do I use UDT as a phone book with letters barHow do I use UDT as a phone book with letters bar
Previous
 
Next
New Post
9/23/2008 4:27 PM
 

 

Hi,
I use UDT as a phone book. My client want to have this list sliced by the letters.
I thought that I can filter the list by the letters with an extra field. when a record is filled the first letter will be put in this field. Then the xsl file will show only the records that have a certain letter (Like y for Yehuda)
I used the following code to show only the correct records and it works for a fixed letter:
<xsl:template match="/udt:UserDefinedTable">
    <xsl:variable name="currentData" select="udt:Data[contains(udt:Lists,'Y')]" />
    <table>
      <xsl:apply-templates select="$currentData" mode="list">
      </xsl:apply-templates>
    </table>
 </xsl:template>
 
I thought that I'll put links in a bar for every letter and send a query string that will reload the xsl with the link letter instead of the "Y" in the example above.
 
My problem is that I do not know how to code the xsl correctly.
 
I am not even attempting to use a more sophisticated method like letting the xsl take the first letter from the name field (Instead of having the admin insert it manually to a special field, but if there's a way to do it will be great)
Thank you for any advice.
Yehuda.

Yehuda Tiram
AtarimTR
AtarimTR
972-2-5700114   |   972-54-4525492   |    http://www.atarimtr.co.il
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListHow do I use UDT as a phone book with letters barHow do I use UDT as a phone book with letters bar


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out