RE: [xsl] Re: Questions about footnotes

Subject: RE: [xsl] Re: Questions about footnotes
From: "bryan" <bry@xxxxxxxxxx>
Date: Tue, 21 Jan 2003 18:42:45 +0100
>I wonder if there's an easy way in XSLT to discard any
>whitespace before <note> elements?

Have you tried normalize-space()?

For example <xsl:value-of select="normalize-space(note)"/>

Probably need to do some more than that of course since what you want is
before note elements and I haven't seen your xml.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread