M
Matt
In XSL, if I want to make a whitespace, I put but not work. How
to make a space??
The following won't create any spaces. It will output mytitlemyauthor
<xsl:value-of select="title"> <xsl:value-of select="author">
But the following will output mytitle++myauthor:
<xsl:value-of select="title">++<xsl:value-of select="author">
any ideas? please advise. thanks!!
to make a space??
The following won't create any spaces. It will output mytitlemyauthor
<xsl:value-of select="title"> <xsl:value-of select="author">
But the following will output mytitle++myauthor:
<xsl:value-of select="title">++<xsl:value-of select="author">
any ideas? please advise. thanks!!