Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How do you detect a line break in a 'textbox multiple' datatype and output this as <br/> using XSLT?
Cheers
Give this a try
<xsl:value-of select="umbraco.library:ReplaceLineBreaks(data[@alias='bodyText'])" disable-output-escaping="yes" />
Changing bodyText to the name of your property alias.
Matt
Perfect. Cheers!
No problem
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Detect and output linebreak in textarea
How do you detect a line break in a 'textbox multiple' datatype and output this as <br/> using XSLT?
Cheers
Give this a try
Changing bodyText to the name of your property alias.
Matt
Perfect. Cheers!
No problem
Matt
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.