When I format an attribute, I get garbage in the generated HTML
<xsl:attribute name="src">
$URL_PREFIX[<xsl:value-of select="Path"/>]
</xsl:attribute>
Gives
src="%0A%09%09%09%09/resources/img/quicklinks/security.png%0A%09%09%09">
Removing all the whitespace and we are good. Pain in the A$$ but now I know the cause. To me this is a bug, but thoughts ?
Normal attributes have no problem.
TS/SP/LS 732 on Windows 2008