Inserting a line break in a PDF generated from XSL FO using

后端 未结 11 793
挽巷
挽巷 2020-12-03 17:16

I am using XSL FO to generate a PDF file containing a table with information. One of these columns is a \"Description\" column. An example of a string that I am populating o

11条回答
  •  [愿得一人]
    2020-12-03 17:25

    on it's own is not a direct substitute for

    is an html unpaired abberation that has no direct equivalent in xsl:fo

    just means end of block. If you scatter them through your text you wont have valid xml, and your xsl processor will sick up errors.

    For the line break formatting you want, each block will occur on a new line. You need a start block and end block pair for each line.

提交回复
热议问题