Hi,
I'm using a dynamicweb html-tag within an attribute, but it seems to be rendered as part of the string, which means I'm not getting any data:
<ul class="dwnavigation nav navbar-nav navbar-right" id="navbar" settings="startlevel:1;endlevel:7;template:LIClean.xslt;parentid:<!--@Item.Area.Sekund_rMenu.Value-->;expandmode:all">
</ul>
It seems, that because, I'm writing the dynamiweb-tag within an attribute, it's not being rendered. I'm not getting any values from it. It's there a way to retrieve the data within an attribute?
BR
Martin