This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Inserting spaces in my FO Style Sheet


At 09:31 PM 6/20/01, Linda wrote:
>I tried to insert a space in my FO Style Sheet using the suggestion below
>and it doesn't work.
>
>If I insert a character and then a space <xsl:text> 1</xsl:text> - it
>works - but not the space alone.

Mike's suggestion of <xsl:text> </xsl:text> really should work, but not all 
processors handle whitespace perfectly. Which processor are you using?

You could try <xsl:value-of select="' '"/> or <xsl:value-of 
select="'#32;'"/> or <xsl:value-of select="#160;"/> (if you wanted not a 
plain white space but a non-breaking space character).

Good luck,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@mulberrytech.com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
   Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]