I'm using an XSLT for this particular macro and the output is not rendering the macros inserted in the content. When I view source on the page I actually get the macro syntax (i.e. <?UMBRACO_MACRO macroAlias="ContentTout" mediaId="1209" />) when it should be rendering. This is the first I've used XSLT to render content in U7, do I have to do something different now than pre-7?
Macros in Content not Rendering in XSLTs (7.1.1)
I'm using an XSLT for this particular macro and the output is not rendering the macros inserted in the content. When I view source on the page I actually get the macro syntax (i.e. <?UMBRACO_MACRO macroAlias="ContentTout" mediaId="1209" />) when it should be rendering. This is the first I've used XSLT to render content in U7, do I have to do something different now than pre-7?
Are you trying to render a macro from xslt ? Or is it the xslt macro it self that renders this output.
Maybe you can show us an example of the xslt code and how you use it in your template ?
Dave
Here's snippet from the XSLT:
The answer may contain an insertable Video macro in the content. It doesn't render, it persists the UMBRACO_MACRO tag straight through.
is working on a reply...