I'm having an issues using a custom XSLT. During parsing some spacing is being removed.
If I put this in my XSLT:
<div>Books and items by <xsl:value-of select="udt:FirstName" disable-output-escaping="yes" /> <xsl:value-of select="udt:LastName" disable-output-escaping="yes" />:</div>
Notice the space between the FirstName value and the LastName value.
When the page renders the space is gone. Also when I go back to edit the XSLT the space is also gone.
What's happening.
I also tried replacing the space with and I get the following error:
XSL Tranformation failed. ...
Error Description:Reference to undeclared entity 'nbsp'...
Again, what's going on? Aren't these legal moves? If not what should I be doing.
Also FYI. After this error the XSLT is not recoverable. Luckily I had the code in my clipboard. Please UDT team look into this.
Thanks