> 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]

Reply via email to