How can I use values from a transformation in a macro that's inside a transformation? Here's an example transformation or what I'm trying to accomplish:
<li<%# CMS.CMSHelper.CMSContext.CurrentResolver.ResolveMacros("{%currentdocument.nodealiaspath|(tolower)|(contains)<%#Eval("NodeAlias")%>|(truevalue) class='on' |(falsevalue)%}")%>><a href="<%#GetDocumentUrl()%>"><%#Eval("DocumentName")%></a></li>
I'm trying to get the Transformation's NodeAlias into the macro logic - the <%#Eval("NodeAlias")%> paret