XML to PDF conversion using Apache FOP, how to insert line break between lines.
am trying all the possibilities with the below code.
<fo:block>
Line 1 
 /// Not Working
Line 2 
 /// Not Working
Line 3 <br /> /// Not working
</fo:block>