Macro inserted in a RichText property not being rendered Options
Pawel
Posted: Wednesday, July 26, 2006 11:30:35 AM
Rank: Enthusiast

Joined: 7/19/2006
Posts: 13
Hi guys,

I have a problem and I'm wondering if there's something I'm missing or is this an expected behaviour.
What I'm doing is I have a macro A that's being invoked while document output is being rendered. The macro is looks somewhat like this:

<xsl:for-each select="$currentPage/node">

<xsl:value-of select="umbraco.library:RenderTemplate(@id)"/>

</xsl:for-each>

Each of the documents being rendered has a RichText property. It all goes good until i put a macro B in that property. It gets rendered in the editor but in the output it doesn't. I only see the <?UMBRACO_MACRO> tag.
(I have the <?ASPNET_FORM> tags around the macro A)

Thanks for comments,

Pawel
Pawel
Posted: Wednesday, July 26, 2006 11:36:49 AM
Rank: Enthusiast

Joined: 7/19/2006
Posts: 13
Yhhh, forgot about the markup. Maybe this works:
&lt;xsl&#58;for-each select=&quot;$currentPage&#47;node&quot;&gt;

&lt;xsl&#58;value-of select=&quot;umbraco.library&#58;RenderTemplate(&#64;id)&quot;&#47;&gt;

&lt;&#47;xsl&#58;for-each&gt;
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.