Hi
I have a requirement that asks me to enter description using a textArea. tinyMCE is configured for this textArea and this textArea is inside a replicant container.
Now i want to display short description in a .page file using a component.
In my appeance xml I use
to start the replicant loop
i use
to retrieve the content of short description. it is doing that alright, just that tinyMCE stores the content in DCR inside a tag. this in the DCR
will be stored as <p>
thus, when we render the short description comment on .page, we get
displayed on it.
a possible solution is to use $MODEL{xpath}
but, the same is not working within xsl:for each loop.
works for me, but displays unwanted
tags.
$MODEL{shortdescription}
does not render short description on page.
Please let me know how do we render short description using $MODEL{}
Also, please suggest if there is another way of doing the same