[
Lists Home |
Date Index |
Thread Index
]
- From: Francis Norton <francis@redrice.com>
- Date: Fri, 16 Jun 2000 08:19:19 +0100
Simon,
use the xsl:text element, eg:
>
> <xsl:value-of select="creator/firstname"/>
<xsl:text> </xsl:text>
> <xsl:value-of select="creator/lastname"/>
>
should do it.
You might want to check the xsl-list
http://www.mulberrytech.com/xsl/xsl-list
for pure xslt and fo questions.
Francis.
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
- References:
- space?
- From: Simon Pockley <simonp@cinemedia.net>
|