Quoting "Dunstall, Christopher" <[EMAIL PROTECTED]>: > Hi all (this is mainly aimed at Bruno, but anyone else who knows can > answer) > > Finally got this thing going, only to find it doesn't cover the tags I > need it to cover... > > Basic formatting is obviously covered, but the following HTML tags > aren't coming through in the parser... > > <UL><LI></LI></UL> > <BLOCKQUOTE></BLOCKQUOTE>
Lists are covered as far as I remember. Blockquotes aren't. Please take a look at the code in com.lowagie.text.html You can add you own functionality by subclassing the Handler/TagMap classes. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
