Does anyone understand why the code below is not working? Somehow the content picker (pageLinkConsument) content is not passed to my xslt. The content picker does have a value, the otherwise clause is always evaluated no matter the value and Content picker is selected. I'm using umbraco v 4.0.2.1 (Assembly version: 1.0.3441.17657)
Passing a parameter xslt does not work
All,
Does anyone understand why the code below is not working? Somehow the content picker (pageLinkConsument) content is not passed to my xslt. The content picker does have a value, the otherwise clause is always evaluated no matter the value and Content picker is selected. I'm using umbraco v 4.0.2.1 (Assembly version: 1.0.3441.17657)
HTML file
XSLT file
you can try add
<textarea>
<xsl:copy-of select="/macro" />
</textarea>
And check if it's passed to xslt.
Maybe pageId is reserver parameter, try another name
I found it, I didn't create a parameter in the macro parameter screen of Umbraco.
Shame on me! :-)
Thanks Petr Snobelt
is working on a reply...