You can use the concat function, just to put a space after a value. Just like this: <xsl:value-of select="concat(city,', ')"/> <xsl:value-of select="concat(state,' ')"/> <xsl:value-of select="zipcode"/>
-----Oorspronkelijk bericht----- Van: Gus Delgado [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 31 januari 2002 15:11 Aan: [EMAIL PROTECTED] Onderwerp: white-space > I need white space between fields, how do I do that? > > <fo:block font-size="10pt" font-weight="bold" font-family="sans-serif" > text-indent="10pt"> > <xsl:value-of select="city" />, <!--I NEED A WHITE SPACE HERE--> > <xsl:value-of select="state" /> <!--I NEED WHITE SPACE > HERE--> <xsl:value-of select="zipcode" /><!--I NEED WHITE > SPACE HERE--> > </fo:block> > > So that the address will look like this > > Austin, TX 78758 > > instead of, > Austin,TX78758 > > Thanks in advance for your help! > > > -Gus > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]