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


> > I am using the following line in my style sheet but when
> > rendered in PDF it is missing the white space between the
> > City and the Zip
> > code.  I am out of ideas, any suggestions?
>
> use <xsl:text> </xsl:text>
>

In XSLT stylesheet I use     <fo:block> <xsl:text> </xsl:text> <fo:block>
when I transformed to XSL-FO it appeared        <fo:block/>
and when it is converted to PDF (using Fop 0.18.1) the empty line doesn't
appear. Why?




_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


 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]