Copied to clipboard

Flag this post as spam?

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


  • saintwright 69 posts 77 karma points
    May 09, 2009 @ 05:29
    saintwright
    0

    XSLT Help

    Hi

    I am a bit stuck

    I want to display a list grouped by within Headers:


    Group 1
    List Item 1
    List Item 2
    List Item 3

    Group 2
    List Item 4
    List Item 5
    List Item 6

    I have created a Doctype for the parent page, then a child doc type for teh group headers then a chicl page of items.

    I cannot get my XSLT to display teh items correctly - I get get the Headers but not loop through the items in that header. ](*,)

    SO far I have:


  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    May 09, 2009 @ 19:35
    Jan Skovgaard
    0

    Have you tried removing the dot from "./node" ? I suspect that you'll want to receive the values from the nodes beneath the header?

    So the XSLT should look like this instead

    [b][code][/code][/b]

  • 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