RE: Re: Questions about footnotes2003-01-21 10:42:45I 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
|
|