XSLT is becoming quite a pain in the ass, you will hear a lot from me from now on ;)
I'm working on a navigation that is based on the Navigation xslt that makes active menu items bold. What I currently have is this (unimportant stuff taken out):
[code]
[/code]
However, it somehow fails on the two lines where I have:
[code]
It seems like there is missing a lot of code in the example code you have provided. Please give us some more information since it's impossible to guess what it is that you are doing in your code.
is the $parent declared as a param, much like $currentPage is in teh example? just a shot in the dark here... let us know a few more details if you can.
current()
Hi,
XSLT is becoming quite a pain in the ass, you will hear a lot from me from now on ;)
I'm working on a navigation that is based on the Navigation xslt that makes active menu items bold. What I currently have is this (unimportant stuff taken out):
[code]
[/code]
However, it somehow fails on the two lines where I have:
[code]
hmmm... stumbled across this and wondering if you solved it or not? i dont think there's enough information to offer any suggestions really.
It seems like there is missing a lot of code in the example code you have provided. Please give us some more information since it's impossible to guess what it is that you are doing in your code.
is the $parent declared as a param, much like $currentPage is in teh example? just a shot in the dark here... let us know a few more details if you can.
is working on a reply...