In XSLT 2.0,
<xsl:value-of select="copyright/(year, holder)"/>
will automatically output the two values space-separated.
In 1.0 use
<xsl:text> </xsl:text>
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
|