xsl-list
[Top] [All Lists]

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

2007-09-14 15:53:39
-----Original Message-----
From: Alice Ju-Hsuan Wei [mailto:ajwei(_at_)indiana(_dot_)edu] 
...
<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?
--~------------------------------------------------------------------

Try this:
<xsl:value-of select="normalize-space(substring-after($font,'bold'))"/>


~ Scott

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>