passing node collection from masterpage/usercontrol to XSLT via Macro
i have a macro that wraps an xslt file in typical fashion.
my question is how do i pass my collection of content (IEnumerable<Node>) from a masterpage/usercontrol through to the macro/xslt.
(background: im already processing the collection within the masterpage/usercontrol and thought i could pass the same collection through to the XSLT for another purpose rather than reloading it again)
passing node collection from masterpage/usercontrol to XSLT via Macro
i have a macro that wraps an xslt file in typical fashion.
my question is how do i pass my collection of content (IEnumerable<Node>) from a masterpage/usercontrol through to the macro/xslt.
(background: im already processing the collection within the masterpage/usercontrol and thought i could pass the same collection through to the XSLT for another purpose rather than reloading it again)
thanks,
andrew
is working on a reply...