> For a non-breaking space, try 
. Actually, I usually do
> <xsl:text>
</xsl:text>, but I can't remember why. I think the XSLT
> processor was treating the 
 as regular ol' white space when not
> enclosed in xsl:text, but it's been a long time since I started doing it
> that way, so I don't recall clearly.
You probably mean  

 is a newline character, so writing
<xsl:text>
</xsl:text> will create a line break
(which is used very often, too)
Cheers,
Oliver
/-------------------------------------------------------------------\
| ob|do Dipl.Inf. Oliver Becker |
| --+-- E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx |
| op|qo WWW: http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|