This works just fine for the first for-each, but the code breaks if I insert the same into the other for-each tags as well.
Error parsing XSLT file: \xslt\employeesList.xslt
Does anyone out there have any suggestions as to how I can insert the property bodyImage into each for-each and have the corresponding image show on the page?
Multple for-each and GetMedia
Hullo,
So I'm having some issue with multiple xslt:for-each and GetMedia.
This is the scenario:
I'm trying to create an employees page. I've created multiple lists (using xslt:for-each to generate the lists).
So far so good (I think). The data shows as desired.
That is, until I attempt to add an image to each li.
This is what I've tried to insert into each for-each (within the li tags):
This works just fine for the first for-each, but the code breaks if I insert the same into the other for-each tags as well.
Does anyone out there have any suggestions as to how I can insert the property bodyImage into each for-each and have the corresponding image show on the page?
Never mind, fixed it. I'd failed to test for a value in the relevant property. It's been fixed now.
Go ahead and delete/hide/close/whatever-it-is-you-forum-gurus-do. :)
is working on a reply...