 Rank: Aficionado
Joined: 8/4/2008 Posts: 111 Location: Serbia
|
Hi
I have a macro that return some text content of some node. when I put a macro in bodyText that is Rich textEditor I have somthing like <?UMBRACO_MACRO textNodeId="1056" macroAlias="[XSLT]returnNode" />
OK ...now I need to catch render result of all macro in bodyText.(I have more this macro calls in bodyText)
so I need a render result of all macros....
to have result like ... " <ul><li>prvi lorem ipsum </li><li>drugi dolor sit amet</li><li>treci consectur</li></ul>..."
is it possible to do that ?
|
 Rank: Aficionado
Joined: 8/4/2008 Posts: 111 Location: Serbia
|
Hi Umbraholics
any idea ?
|