Maybe some of you know about this issues. From time to time Umbraco suddenly strip off whitespaces in a sentence of words. We use this XSL-T snippet to pull out the content.
I found the solution to this strange behavior. It turns out that the problem only occours, when the output is used together with the function: umbraco.library:RemoveFirstParagraphTag('some HTML markup here').
It seems that there is a bug in this Umbraco function. Read more here:
Umbraco removes whitespaces from time to time
Maybe some of you know about this issues. From time to time Umbraco suddenly strip off whitespaces in a sentence of words. We use this XSL-T snippet to pull out the content.
The content of the nlTitle field is held in a Rich text field.
The lates problem happened on a Umbraco 4.0.2.1 installation, running on a .net 2.0 (3.5) on Windows 2003. Any help will be greatfull.
I found the solution to this strange behavior. It turns out that the problem only occours, when the output is used together with the function: umbraco.library:RemoveFirstParagraphTag('some HTML markup here').
It seems that there is a bug in this Umbraco function. Read more here:
http://our.umbraco.org/forum/developers/xslt/6397-Temporary-workaround-for-RemoveFirstParagraphTag-bug
is working on a reply...