[reportlab-users] XML Tags in Paragraph
    Andy Robinson 
    andy at reportlab.com
       
    Mon Jan  8 15:56:18 EST 2007
    
    
  
Michael Hipp wrote:
> Is there somewhere a list of exactly which XML/HTML tags are supported 
> in the Paragraph Flowable?
> 
> For example, how do you do a line break? I tried <br> <br /> and \n. Any 
> help?
> 
<br/> does it.  Run reportab/test/test_platypus_breaking.py and look at 
the generated test_platypus_breaking.pdf - last 5 pages or so have test 
cases.
The tag may have been added after version 2.0 but is in daily builds and 
subversion.
- Andy
    
    
More information about the reportlab-users
mailing list