Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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:
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]
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
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]
is working on a reply...