Node connect to preceding sibling or something(menu related) - dunno what to call it ..
I have this menu-structure ..
- Home
- Destination
-- Location
--- SubLocation
---- HotelLocation
----- Hotel
- TravelOffers
- GroupTravels
- Contact
And i want my TravelOffers and GroupOffers to take the hotels from Destions where the hotel has a true/false that says if its an offer or for a group ..
How do i do that ..? i need some preceding sibling or something? :s
Node connect to preceding sibling or something(menu related) - dunno what to call it ..
I have this menu-structure ..
- Home
- Destination
-- Location
--- SubLocation
---- HotelLocation
----- Hotel
- TravelOffers
- GroupTravels
- Contact
And i want my TravelOffers and GroupOffers to take the hotels from Destions where the hotel has a true/false that says if its an offer or for a group ..
How do i do that ..? i need some preceding sibling or something? :s
Hi,
I'd create some parameters to pass on to the xslt (pass params from macro to xslt)
[code]
thanks Dirk ... I'll try it ...
only been working with XSLT for a little under a week .. ;-)
is working on a reply...