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