RE: [xsl] XSL Browser Integration? Spacing Within Attributes?

Subject: RE: [xsl] XSL Browser Integration? Spacing Within Attributes?
From: "Scott Trenda" <Scott.Trenda@xxxxxxxx>
Date: Fri, 14 Sep 2007 17:52:56 -0500
-----Original Message-----
From: Alice Ju-Hsuan Wei [mailto:ajwei@xxxxxxxxxxx]
...
<xsl:value-of select="substring-after($font,'bold')"/>
...

So the output of <font color="red"> would display something like <font
color=" red ">
Anyone knows how I can solve this issue?

Current Thread