Just use numeric character references: 	 for tab,   for space,
  for non-breaking space. Preferably wrapped in an <xsl:text>
element, to avoid unwanted whitespace stripping. The serializer will
make its own decisions how to represent these characters in the HTML
output, but it will do it in a way that the browser understands.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Mac Martine
> Sent: 21 February 2003 22:20
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: insert a tab/space characters
>
>
>
> Hello-
> Totally simple question, but . how can I make insert a tab
> and/or space characters into my html output from the xsl?
> , etc aren't legal in the xsl document....
> Thanks-
> mac
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|