Hi.
I'm in a situation where I need to show all Content from a News Item in the news list. Not just title,date and teaser.
I add this to the xslt: <xsl:value-of select="mp:ParseXhtmlBodyFragment(@Description)" /> together with the markup function in the functions tab.
The problem is that it strips ALL HTML tags from content(@Description) and only renders the text. If I have a link and an image, all that is rendered is the text inside the link
Example: <h1>Hi Everebody</h1><p>My sweet content</p> becomes to: Hi EverebodyMy sweet content
Is there any workaround to fix this?
I'm in a situation where I need to show all Content from a News Item in the news list. Not just title,date and teaser.
I add this to the xslt: <xsl:value-of select="mp:ParseXhtmlBodyFragment(@Description)" /> together with the markup function in the functions tab.
The problem is that it strips ALL HTML tags from content(@Description) and only renders the text. If I have a link and an image, all that is rendered is the text inside the link
Example: <h1>Hi Everebody</h1><p>My sweet content</p> becomes to: Hi EverebodyMy sweet content
Is there any workaround to fix this?