try but this just throws a syntax error.how can i insert a white
space?
note several people have pointed you at & #160; which is the non
breaking space character used to define nbsp in html, but note that this
character does not actually count as white space in html or xml. for
example you can not but such a character between the element name and
attribute name in a start tag, the only characters allowed there are the
whitespace characters space, tab, and newline and carriage return.
If you want to insert a space character just use
<xsl:text> </xsl:text>
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
--~------------------------------------------------------------------
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>
--~--