Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
is it possible to pass a nodeset into a macro param ? i've tried to other content type as the param type and it still did not give me back my nodeset.
<xsl:value-of select="umbraco.library:RenderMacroContent(concat('<?UMBRACO_MACRO macroAlias="myTestMacro" runat="server" linkUrl="', $linkURL ,'" nodeList="', $myNodes ,'"/>'), $currentPage/@id)" disable-output-escaping="yes"/>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Is it possible to pass a nodeset as a param into RenderMacroContent ?
is it possible to pass a nodeset into a macro param ? i've tried to other content type as the param type and it still did not give me back my nodeset.
<xsl:value-of select="umbraco.library:RenderMacroContent(concat('<?UMBRACO_MACRO macroAlias="myTestMacro" runat="server" linkUrl="', $linkURL ,'" nodeList="', $myNodes ,'"/>'), $currentPage/@id)" disable-output-escaping="yes"/>
is working on a reply...