hi all
am trying to output the contents of an edit live field from a child table but the output displays on the screen the rxbodyfield div and paragraph tags.
this is my variant code
<!-- begin XSL -->
<xsl:for-each select="//PO_CT_FAQ_QASet/PO_CT_FAQ_QA">
<p class="faqQuestion"><xsl:value-of select="QUESTION" /></p>
<xsl:value-of select="ANSWER" />
</xsl:for-each>
<!-- end XSL -->
on my snippet assembler i have added a sys_xdMultiTreeToText exit with the source set to “answer” which is the field from the child table.
can anybody enlighten me as to why the div and p tags are being output to the screen.
thanks
michelle